pub struct Arguments<'a> {
pub items: AstVec<'a, Argument<'a>>,
pub span: Span,
}Expand description
( Argument+ )
Fields§
§items: AstVec<'a, Argument<'a>>§span: SpanCovers (..).
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Arguments<'a>
impl<'a> !Send for Arguments<'a>
impl<'a> !Sync for Arguments<'a>
impl<'a> !UnwindSafe for Arguments<'a>
impl<'a> Freeze for Arguments<'a>
impl<'a> Unpin for Arguments<'a>
impl<'a> UnsafeUnpin for Arguments<'a>
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