pub struct UsingDeclaration<'tree> {
pub span: Span,
pub kind: Vec<UsingDeclarationKind>,
pub children: Vec<VariableDeclarator<'tree>>,
}Fields§
§span: Span§kind: Vec<UsingDeclarationKind>§children: Vec<VariableDeclarator<'tree>>Trait Implementations§
Source§impl<'tree> Clone for UsingDeclaration<'tree>
impl<'tree> Clone for UsingDeclaration<'tree>
Source§fn clone(&self) -> UsingDeclaration<'tree>
fn clone(&self) -> UsingDeclaration<'tree>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'tree> Debug for UsingDeclaration<'tree>
impl<'tree> Debug for UsingDeclaration<'tree>
Source§impl<'tree> FromNode<'tree> for UsingDeclaration<'tree>
impl<'tree> FromNode<'tree> for UsingDeclaration<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for UsingDeclaration<'tree>
impl<'tree> RefUnwindSafe for UsingDeclaration<'tree>
impl<'tree> Send for UsingDeclaration<'tree>
impl<'tree> Sync for UsingDeclaration<'tree>
impl<'tree> Unpin for UsingDeclaration<'tree>
impl<'tree> UnsafeUnpin for UsingDeclaration<'tree>
impl<'tree> UnwindSafe for UsingDeclaration<'tree>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more