Enum rustdoc::clean::MutabilityUnstable
[-] [+]
[src]
pub enum Mutability { Mutable, Immutable, }
Variants
Mutable | |
Immutable |
pub enum Mutability { Mutable, Immutable, }
Mutable | |
Immutable |
impl Copy for Mutability
impl PartialEq for Mutability
fn eq(&self, __arg_0: &Mutability) -> bool
fn ne(&self, __arg_0: &Mutability) -> bool
impl Decodable for Mutability
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Mutability, __D>
impl Encodable for Mutability
impl Clone for Mutability
fn clone(&self) -> Mutability
fn clone_from(&mut self, source: &Self)
impl Debug for Mutability
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).