Struct syntax::ast::Ty  [−][src]
Fields
id: NodeId
                           
                           
                           
                           node: TyKind
                           
                           
                           
                           span: Span
                           
                Trait Implementations
impl Clone for Ty[src] 
impl Clone for Tyfn clone(&self) -> Ty[src] 
fn clone(&self) -> TyReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Encodable for Ty[src] 
impl Encodable for Tyimpl Decodable for Ty[src] 
impl Decodable for Tyimpl Debug for Ty[src] 
impl Debug for Tyfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl ToTokens for Ty[src] 
impl ToTokens for Ty