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 UseTree
Trait Implementations
impl Clone for UseTree
[src]
impl Clone for UseTree
fn clone(&self) -> UseTree
[src]
fn clone(&self) -> UseTree
Returns 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 UseTree
impl Decodable for UseTree
[src]
impl Decodable for UseTree
impl Debug for UseTree
[src]
impl Debug for UseTree