#[repr(u32)]pub enum CompoundOp {
Union = 0,
UnionAll = 1,
Intersect = 2,
Except = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CompoundOp
impl Clone for CompoundOp
Source§fn clone(&self) -> CompoundOp
fn clone(&self) -> CompoundOp
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 CompoundOp
impl Debug for CompoundOp
Source§impl PartialEq for CompoundOp
impl PartialEq for CompoundOp
impl Copy for CompoundOp
impl Eq for CompoundOp
impl StructuralPartialEq for CompoundOp
Auto Trait Implementations§
impl Freeze for CompoundOp
impl RefUnwindSafe for CompoundOp
impl Send for CompoundOp
impl Sync for CompoundOp
impl Unpin for CompoundOp
impl UnsafeUnpin for CompoundOp
impl UnwindSafe for CompoundOp
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