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