Struct syntax::ast::UseTree  [−][src]
pub struct UseTree {
    pub prefix: Path,
    pub kind: UseTreeKind,
    pub span: Span,
}A tree of paths sharing common prefixes.
Used in use items both at top-level and inside of braces in import groups.
Fields
prefix: Path
                           
                           
                           
                           kind: UseTreeKind
                           
                           
                           
                           span: Span
                           
                    Methods
impl UseTree[src] 
                impl UseTreeTrait Implementations
impl Clone for UseTree[src] 
impl Clone for UseTreefn clone(&self) -> UseTree[src] 
fn clone(&self) -> UseTreeReturns 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 UseTree[src] 
impl Encodable for UseTreeimpl Decodable for UseTree[src] 
impl Decodable for UseTreeimpl Debug for UseTree[src] 
impl Debug for UseTree