pub struct Argument<'tree> {
pub span: Span,
pub name: Option<Name<'tree>>,
pub reference_modifier: Option<ReferenceModifier<'tree>>,
pub children: ArgumentChildren<'tree>,
}Fields§
§span: Span§name: Option<Name<'tree>>§reference_modifier: Option<ReferenceModifier<'tree>>§children: ArgumentChildren<'tree>Trait Implementations§
Auto Trait Implementations§
impl<'tree> Freeze for Argument<'tree>
impl<'tree> RefUnwindSafe for Argument<'tree>
impl<'tree> Send for Argument<'tree>
impl<'tree> Sync for Argument<'tree>
impl<'tree> Unpin for Argument<'tree>
impl<'tree> UnsafeUnpin for Argument<'tree>
impl<'tree> UnwindSafe for Argument<'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