Struct syntex_syntax::ast::MutTy
[−]
[src]
pub struct MutTy { pub ty: P<Ty>, pub mutbl: Mutability, }
Fields
ty | |
mutbl |
pub struct MutTy { pub ty: P<Ty>, pub mutbl: Mutability, }
ty | |
mutbl |
impl Debug for MutTy
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
impl Encodable for MutTy
impl Eq for MutTy
impl PartialEq for MutTy
impl Clone for MutTy
fn clone(&self) -> MutTy
fn clone_from(&mut self, source: &Self)