pub struct ArgExpression {
pub index: usize,
pub span: Span,
}Expand description
Input argument to query, the first argument is the occurrence number of the argument
Fields§
§index: usizeThe occurrence number of the argument
span: SpanSpan of the argument
Trait Implementations§
Source§impl Clone for ArgExpression
impl Clone for ArgExpression
Source§fn clone(&self) -> ArgExpression
fn clone(&self) -> ArgExpression
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 Debug for ArgExpression
impl Debug for ArgExpression
Auto Trait Implementations§
impl Freeze for ArgExpression
impl RefUnwindSafe for ArgExpression
impl Send for ArgExpression
impl Sync for ArgExpression
impl Unpin for ArgExpression
impl UnsafeUnpin for ArgExpression
impl UnwindSafe for ArgExpression
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