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