pub enum MetaArgKind {
Int,
Bool,
String,
Type,
Expr,
}Expand description
Broad meta-value kind used for staged builtin argument expectations.
Variants§
Int
Integer meta value.
Bool
Boolean meta value.
String
String meta value.
Type
Type meta value.
Expr
Typed expression meta value.
Trait Implementations§
Source§impl Clone for MetaArgKind
impl Clone for MetaArgKind
Source§fn clone(&self) -> MetaArgKind
fn clone(&self) -> MetaArgKind
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MetaArgKind
impl Debug for MetaArgKind
Source§impl PartialEq for MetaArgKind
impl PartialEq for MetaArgKind
impl Copy for MetaArgKind
impl Eq for MetaArgKind
impl StructuralPartialEq for MetaArgKind
Auto Trait Implementations§
impl Freeze for MetaArgKind
impl RefUnwindSafe for MetaArgKind
impl Send for MetaArgKind
impl Sync for MetaArgKind
impl Unpin for MetaArgKind
impl UnwindSafe for MetaArgKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more