pub enum UsingDeclarationKind {
Await(Span),
Using(Span),
}Variants§
Trait Implementations§
Source§impl Clone for UsingDeclarationKind
impl Clone for UsingDeclarationKind
Source§fn clone(&self) -> UsingDeclarationKind
fn clone(&self) -> UsingDeclarationKind
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 Debug for UsingDeclarationKind
impl Debug for UsingDeclarationKind
Source§impl<'tree> FromNode<'tree> for UsingDeclarationKind
impl<'tree> FromNode<'tree> for UsingDeclarationKind
Auto Trait Implementations§
impl Freeze for UsingDeclarationKind
impl RefUnwindSafe for UsingDeclarationKind
impl Send for UsingDeclarationKind
impl Sync for UsingDeclarationKind
impl Unpin for UsingDeclarationKind
impl UnsafeUnpin for UsingDeclarationKind
impl UnwindSafe for UsingDeclarationKind
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