pub enum SelectJunctionOperator {
Union,
UnionAll,
Intersect,
Except,
}Variants§
Trait Implementations§
Source§impl Clone for SelectJunctionOperator
impl Clone for SelectJunctionOperator
Source§fn clone(&self) -> SelectJunctionOperator
fn clone(&self) -> SelectJunctionOperator
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 SelectJunctionOperator
impl Debug for SelectJunctionOperator
impl Copy for SelectJunctionOperator
Auto Trait Implementations§
impl Freeze for SelectJunctionOperator
impl RefUnwindSafe for SelectJunctionOperator
impl Send for SelectJunctionOperator
impl Sync for SelectJunctionOperator
impl Unpin for SelectJunctionOperator
impl UnwindSafe for SelectJunctionOperator
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