pub struct SelectSetOpSet;Expand description
Marker for the state after set operations (UNION/INTERSECT/EXCEPT)
Implementations§
Trait Implementations§
Source§impl Clone for SelectSetOpSet
impl Clone for SelectSetOpSet
Source§fn clone(&self) -> SelectSetOpSet
fn clone(&self) -> SelectSetOpSet
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 SelectSetOpSet
impl Debug for SelectSetOpSet
Source§impl Default for SelectSetOpSet
impl Default for SelectSetOpSet
Source§fn default() -> SelectSetOpSet
fn default() -> SelectSetOpSet
Returns the “default value” for a type. Read more
impl Copy for SelectSetOpSet
impl ExecutableState for SelectSetOpSet
Auto Trait Implementations§
impl Freeze for SelectSetOpSet
impl RefUnwindSafe for SelectSetOpSet
impl Send for SelectSetOpSet
impl Sync for SelectSetOpSet
impl Unpin for SelectSetOpSet
impl UnwindSafe for SelectSetOpSet
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