Enum rustc::middle::mem_categorization::MutabilityCategory
[−]
[src]
pub enum MutabilityCategory { McImmutable, McDeclared, McInherited, }
Unstable (
rustc_private
)Variants
McImmutable
Unstable (
rustc_private
)McDeclared
Unstable (
rustc_private
)McInherited
Unstable (
rustc_private
)Methods
impl MutabilityCategory
[src]
fn from_mutbl(m: Mutability) -> MutabilityCategory
fn from_borrow_kind(borrow_kind: BorrowKind) -> MutabilityCategory
fn inherit(&self) -> MutabilityCategory
fn is_mutable(&self) -> bool
fn is_immutable(&self) -> bool
fn to_user_str(&self) -> &'static str
Trait Implementations
Derived Implementations
impl Debug for MutabilityCategory
[src]
impl Hash for MutabilityCategory
[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
1.3.0
Feeds a slice of this type into the state provided.
impl Eq for MutabilityCategory
[src]
impl PartialEq for MutabilityCategory
[src]
fn eq(&self, __arg_0: &MutabilityCategory) -> 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 Copy for MutabilityCategory
[src]
impl Clone for MutabilityCategory
[src]
fn clone(&self) -> MutabilityCategory
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