pub struct NamespaceAliasDefinition<'tree> {
pub span: Span,
pub name: NamespaceIdentifier<'tree>,
pub children: NamespaceAliasDefinitionChildren<'tree>,
}Fields§
§span: Span§name: NamespaceIdentifier<'tree>§children: NamespaceAliasDefinitionChildren<'tree>Trait Implementations§
Source§impl<'tree> Clone for NamespaceAliasDefinition<'tree>
impl<'tree> Clone for NamespaceAliasDefinition<'tree>
Source§fn clone(&self) -> NamespaceAliasDefinition<'tree>
fn clone(&self) -> NamespaceAliasDefinition<'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 NamespaceAliasDefinition<'tree>
impl<'tree> Debug for NamespaceAliasDefinition<'tree>
Source§impl<'tree> FromNode<'tree> for NamespaceAliasDefinition<'tree>
impl<'tree> FromNode<'tree> for NamespaceAliasDefinition<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for NamespaceAliasDefinition<'tree>
impl<'tree> RefUnwindSafe for NamespaceAliasDefinition<'tree>
impl<'tree> Send for NamespaceAliasDefinition<'tree>
impl<'tree> Sync for NamespaceAliasDefinition<'tree>
impl<'tree> Unpin for NamespaceAliasDefinition<'tree>
impl<'tree> UnsafeUnpin for NamespaceAliasDefinition<'tree>
impl<'tree> UnwindSafe for NamespaceAliasDefinition<'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