pub enum LocalDeclarationStatementChildren<'tree> {
Modifier(Box<Modifier<'tree>>),
VariableDeclaration(Box<VariableDeclaration<'tree>>),
}Variants§
Trait Implementations§
Source§impl<'tree> Clone for LocalDeclarationStatementChildren<'tree>
impl<'tree> Clone for LocalDeclarationStatementChildren<'tree>
Source§fn clone(&self) -> LocalDeclarationStatementChildren<'tree>
fn clone(&self) -> LocalDeclarationStatementChildren<'tree>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LocalDeclarationStatementChildren<'tree>
impl<'tree> Debug for LocalDeclarationStatementChildren<'tree>
impl<'tree> Eq for LocalDeclarationStatementChildren<'tree>
Source§impl<'tree> FromNode<'tree> for LocalDeclarationStatementChildren<'tree>
impl<'tree> FromNode<'tree> for LocalDeclarationStatementChildren<'tree>
Source§impl<'tree> PartialEq for LocalDeclarationStatementChildren<'tree>
impl<'tree> PartialEq for LocalDeclarationStatementChildren<'tree>
Source§impl Spanned for LocalDeclarationStatementChildren<'_>
impl Spanned for LocalDeclarationStatementChildren<'_>
impl<'tree> StructuralPartialEq for LocalDeclarationStatementChildren<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for LocalDeclarationStatementChildren<'tree>
impl<'tree> RefUnwindSafe for LocalDeclarationStatementChildren<'tree>
impl<'tree> Send for LocalDeclarationStatementChildren<'tree>
impl<'tree> Sync for LocalDeclarationStatementChildren<'tree>
impl<'tree> Unpin for LocalDeclarationStatementChildren<'tree>
impl<'tree> UnsafeUnpin for LocalDeclarationStatementChildren<'tree>
impl<'tree> UnwindSafe for LocalDeclarationStatementChildren<'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