pub struct InQueryCall {
pub procedure: ProcedureInvocation,
pub yield_items: Vec<YieldItem>,
pub where_: Option<Expr>,
pub span: Span,
}Fields§
§procedure: ProcedureInvocation§yield_items: Vec<YieldItem>§where_: Option<Expr>§span: SpanTrait Implementations§
Source§impl Clone for InQueryCall
impl Clone for InQueryCall
Source§fn clone(&self) -> InQueryCall
fn clone(&self) -> InQueryCall
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 moreAuto Trait Implementations§
impl Freeze for InQueryCall
impl RefUnwindSafe for InQueryCall
impl Send for InQueryCall
impl Sync for InQueryCall
impl Unpin for InQueryCall
impl UnsafeUnpin for InQueryCall
impl UnwindSafe for InQueryCall
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