pub struct NamespaceUseClause<'tree> {
pub span: Span,
pub alias: Option<Name<'tree>>,
pub type: Option<NamespaceUseClauseType>,
pub children: NamespaceUseClauseChildren<'tree>,
}Fields§
§span: Span§alias: Option<Name<'tree>>§type: Option<NamespaceUseClauseType>§children: NamespaceUseClauseChildren<'tree>Trait Implementations§
Source§impl<'tree> Clone for NamespaceUseClause<'tree>
impl<'tree> Clone for NamespaceUseClause<'tree>
Source§fn clone(&self) -> NamespaceUseClause<'tree>
fn clone(&self) -> NamespaceUseClause<'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 NamespaceUseClause<'tree>
impl<'tree> Debug for NamespaceUseClause<'tree>
Source§impl<'tree> FromNode<'tree> for NamespaceUseClause<'tree>
impl<'tree> FromNode<'tree> for NamespaceUseClause<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for NamespaceUseClause<'tree>
impl<'tree> RefUnwindSafe for NamespaceUseClause<'tree>
impl<'tree> Send for NamespaceUseClause<'tree>
impl<'tree> Sync for NamespaceUseClause<'tree>
impl<'tree> Unpin for NamespaceUseClause<'tree>
impl<'tree> UnsafeUnpin for NamespaceUseClause<'tree>
impl<'tree> UnwindSafe for NamespaceUseClause<'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