pub enum QuantifiedRhs {
Subquery(Box<SelectStmt>),
Array(Box<Expr>),
}Variants§
Trait Implementations§
Source§impl Clone for QuantifiedRhs
impl Clone for QuantifiedRhs
Source§fn clone(&self) -> QuantifiedRhs
fn clone(&self) -> QuantifiedRhs
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 QuantifiedRhs
impl RefUnwindSafe for QuantifiedRhs
impl Send for QuantifiedRhs
impl Sync for QuantifiedRhs
impl Unpin for QuantifiedRhs
impl UnsafeUnpin for QuantifiedRhs
impl UnwindSafe for QuantifiedRhs
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