Struct sqlite3_parser::ast::CompoundSelect
source · [−]pub struct CompoundSelect {
pub operator: CompoundOperator,
pub select: OneSelect,
}Fields
operator: CompoundOperatorselect: OneSelectTrait Implementations
sourceimpl Clone for CompoundSelect
impl Clone for CompoundSelect
sourcefn clone(&self) -> CompoundSelect
fn clone(&self) -> CompoundSelect
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CompoundSelect
impl Debug for CompoundSelect
sourceimpl PartialEq<CompoundSelect> for CompoundSelect
impl PartialEq<CompoundSelect> for CompoundSelect
sourcefn eq(&self, other: &CompoundSelect) -> bool
fn eq(&self, other: &CompoundSelect) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &CompoundSelect) -> bool
fn ne(&self, other: &CompoundSelect) -> bool
This method tests for !=.
sourceimpl ToTokens for CompoundSelect
impl ToTokens for CompoundSelect
impl Eq for CompoundSelect
impl StructuralEq for CompoundSelect
impl StructuralPartialEq for CompoundSelect
Auto Trait Implementations
impl RefUnwindSafe for CompoundSelect
impl Send for CompoundSelect
impl Sync for CompoundSelect
impl Unpin for CompoundSelect
impl UnwindSafe for CompoundSelect
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more