pub struct RegularQuery {
pub head: SingleQuery,
pub unions: Vec<UnionPart>,
pub span: Span,
}Fields§
§head: SingleQuery§unions: Vec<UnionPart>§span: SpanTrait Implementations§
Source§impl Clone for RegularQuery
impl Clone for RegularQuery
Source§fn clone(&self) -> RegularQuery
fn clone(&self) -> RegularQuery
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 RegularQuery
impl RefUnwindSafe for RegularQuery
impl Send for RegularQuery
impl Sync for RegularQuery
impl Unpin for RegularQuery
impl UnsafeUnpin for RegularQuery
impl UnwindSafe for RegularQuery
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