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