struct ArgumentContext<'ctx, 'source> {
args: Iter<'ctx, Handle<Expression<'source>>>,
min_args: u32,
args_used: u32,
total_args: u32,
span: Span,
}
Fields§
§args: Iter<'ctx, Handle<Expression<'source>>>
§min_args: u32
§args_used: u32
§total_args: u32
§span: Span
Implementations§
Auto Trait Implementations§
impl<'ctx, 'source> Freeze for ArgumentContext<'ctx, 'source>
impl<'ctx, 'source> RefUnwindSafe for ArgumentContext<'ctx, 'source>
impl<'ctx, 'source> Send for ArgumentContext<'ctx, 'source>
impl<'ctx, 'source> Sync for ArgumentContext<'ctx, 'source>
impl<'ctx, 'source> Unpin for ArgumentContext<'ctx, 'source>
impl<'ctx, 'source> UnwindSafe for ArgumentContext<'ctx, 'source>
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