pub struct VariadicParameter<'tree> {
pub span: Span,
pub attributes: Option<AttributeList<'tree>>,
pub name: VariableName<'tree>,
pub reference_modifier: Option<ReferenceModifier<'tree>>,
pub type: Option<Type<'tree>>,
}Fields§
§span: Span§attributes: Option<AttributeList<'tree>>§name: VariableName<'tree>§reference_modifier: Option<ReferenceModifier<'tree>>§type: Option<Type<'tree>>Trait Implementations§
Source§impl<'tree> Clone for VariadicParameter<'tree>
impl<'tree> Clone for VariadicParameter<'tree>
Source§fn clone(&self) -> VariadicParameter<'tree>
fn clone(&self) -> VariadicParameter<'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 VariadicParameter<'tree>
impl<'tree> Debug for VariadicParameter<'tree>
Source§impl<'tree> FromNode<'tree> for VariadicParameter<'tree>
impl<'tree> FromNode<'tree> for VariadicParameter<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for VariadicParameter<'tree>
impl<'tree> RefUnwindSafe for VariadicParameter<'tree>
impl<'tree> Send for VariadicParameter<'tree>
impl<'tree> Sync for VariadicParameter<'tree>
impl<'tree> Unpin for VariadicParameter<'tree>
impl<'tree> UnsafeUnpin for VariadicParameter<'tree>
impl<'tree> UnwindSafe for VariadicParameter<'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