Enum syn::Mutability
[−]
[src]
pub enum Mutability { Mutable, Immutable, }
Variants
Mutable
Immutable
Trait Implementations
impl ToTokens for Mutability
[src]
impl Debug for Mutability
[src]
impl Copy for Mutability
[src]
impl Clone for Mutability
[src]
fn clone(&self) -> Mutability
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 Mutability
[src]
impl PartialEq for Mutability
[src]
fn eq(&self, __arg_0: &Mutability) -> 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 !=
.