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