pub enum CompoundQuantifier {
All(Span),
Distinct(Span),
Default,
}Expand description
Quantifier for a compound-query operator
Variants§
Trait Implementations§
Source§impl Clone for CompoundQuantifier
impl Clone for CompoundQuantifier
Source§fn clone(&self) -> CompoundQuantifier
fn clone(&self) -> CompoundQuantifier
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 CompoundQuantifier
impl Debug for CompoundQuantifier
Source§impl OptSpanned for CompoundQuantifier
impl OptSpanned for CompoundQuantifier
Auto Trait Implementations§
impl Freeze for CompoundQuantifier
impl RefUnwindSafe for CompoundQuantifier
impl Send for CompoundQuantifier
impl Sync for CompoundQuantifier
impl Unpin for CompoundQuantifier
impl UnsafeUnpin for CompoundQuantifier
impl UnwindSafe for CompoundQuantifier
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