pub struct CallSubquery {
pub body: Box<RegularQuery>,
pub span: Span,
}Fields§
§body: Box<RegularQuery>§span: SpanTrait Implementations§
Source§impl Clone for CallSubquery
impl Clone for CallSubquery
Source§fn clone(&self) -> CallSubquery
fn clone(&self) -> CallSubquery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CallSubquery
impl RefUnwindSafe for CallSubquery
impl Send for CallSubquery
impl Sync for CallSubquery
impl Unpin for CallSubquery
impl UnsafeUnpin for CallSubquery
impl UnwindSafe for CallSubquery
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