Struct syntax::ast::MutTyUnstable [-] [+] [src]

pub struct MutTy {
    pub ty: P<Ty>,
    pub mutbl: Mutability,
}

Fields

ty
mutbl

Trait Implementations

Derived Implementations

impl Debug for MutTy

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Hash for MutTy

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Decodable for MutTy

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<MutTy, Error>

impl Encodable for MutTy

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), Error>

impl Eq for MutTy

fn assert_receiver_is_total_eq(&self)

impl PartialEq for MutTy

fn eq(&self, __arg_0: &MutTy) -> bool

fn ne(&self, __arg_0: &MutTy) -> bool

impl Clone for MutTy

fn clone(&self) -> MutTy

fn clone_from(&mut self, source: &Self)