pub enum ParameterChildren<'tree> {
AttributeList(Box<AttributeList<'tree>>),
Expression(Box<Expression<'tree>>),
Modifier(Box<Modifier<'tree>>),
PreprocIfInAttributeList(Box<PreprocIfInAttributeList<'tree>>),
}Variants§
AttributeList(Box<AttributeList<'tree>>)
Expression(Box<Expression<'tree>>)
Modifier(Box<Modifier<'tree>>)
PreprocIfInAttributeList(Box<PreprocIfInAttributeList<'tree>>)
Trait Implementations§
Source§impl<'tree> Clone for ParameterChildren<'tree>
impl<'tree> Clone for ParameterChildren<'tree>
Source§fn clone(&self) -> ParameterChildren<'tree>
fn clone(&self) -> ParameterChildren<'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 ParameterChildren<'tree>
impl<'tree> Debug for ParameterChildren<'tree>
impl<'tree> Eq for ParameterChildren<'tree>
Source§impl<'tree> FromNode<'tree> for ParameterChildren<'tree>
impl<'tree> FromNode<'tree> for ParameterChildren<'tree>
Source§impl<'tree> PartialEq for ParameterChildren<'tree>
impl<'tree> PartialEq for ParameterChildren<'tree>
Source§impl Spanned for ParameterChildren<'_>
impl Spanned for ParameterChildren<'_>
impl<'tree> StructuralPartialEq for ParameterChildren<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for ParameterChildren<'tree>
impl<'tree> RefUnwindSafe for ParameterChildren<'tree>
impl<'tree> Send for ParameterChildren<'tree>
impl<'tree> Sync for ParameterChildren<'tree>
impl<'tree> Unpin for ParameterChildren<'tree>
impl<'tree> UnsafeUnpin for ParameterChildren<'tree>
impl<'tree> UnwindSafe for ParameterChildren<'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