pub struct SetOperation {
pub operator: SetOperator,
pub right: Box<SelectStatement>,
}Fields§
§operator: SetOperator§right: Box<SelectStatement>Trait Implementations§
Source§impl Clone for SetOperation
impl Clone for SetOperation
Source§fn clone(&self) -> SetOperation
fn clone(&self) -> SetOperation
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 moreAuto Trait Implementations§
impl Freeze for SetOperation
impl RefUnwindSafe for SetOperation
impl Send for SetOperation
impl Sync for SetOperation
impl Unpin for SetOperation
impl UnsafeUnpin for SetOperation
impl UnwindSafe for SetOperation
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