Enum rustc_lint::middle::mem_categorization::InteriorOffsetKind
[−]
[src]
pub enum InteriorOffsetKind { Index, Pattern, }
🔬 This is a nightly-only experimental API. (
rustc_private
)Variants
Index
🔬 This is a nightly-only experimental API. (
rustc_private
)Pattern
🔬 This is a nightly-only experimental API. (
rustc_private
)Trait Implementations
impl PartialEq<InteriorOffsetKind> for InteriorOffsetKind
[src]
fn eq(&self, __arg_0: &InteriorOffsetKind) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Hash for InteriorOffsetKind
[src]
fn hash<__H>(&self, __arg_0: &mut __H) where __H: Hasher
🔬 This is a nightly-only experimental API. (
rustc_private
)impl Clone for InteriorOffsetKind
[src]
fn clone(&self) -> InteriorOffsetKind
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Eq for InteriorOffsetKind
[src]
impl Debug for InteriorOffsetKind
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
🔬 This is a nightly-only experimental API. (
rustc_private
)