Enum rustc::middle::mem_categorization::FieldName
[−]
[src]
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Variants
NamedField(Name)🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
PositionalField(usize)🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Trait Implementations
impl Clone for FieldName[src]
impl Clone for FieldNamefn clone(&self) -> FieldName[src]
fn clone(&self) -> FieldNameReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for FieldName[src]
impl Copy for FieldNameimpl PartialEq for FieldName[src]
impl PartialEq for FieldNamefn eq(&self, __arg_0: &FieldName) -> bool[src]
fn eq(&self, __arg_0: &FieldName) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &FieldName) -> bool[src]
fn ne(&self, __arg_0: &FieldName) -> boolThis method tests for !=.
impl Eq for FieldName[src]
impl Eq for FieldNameimpl Hash for FieldName[src]
impl Hash for FieldNamefn hash<__H: Hasher>(&self, __arg_0: &mut __H)[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Debug for FieldName[src]
impl Debug for FieldName