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