Enum sqlite3_parser::ast::ResultColumn
source · [−]Variants
Expr(Expr, Option<As>)
Star
TableStar(Name)
Trait Implementations
sourceimpl Clone for ResultColumn
impl Clone for ResultColumn
sourcefn clone(&self) -> ResultColumn
fn clone(&self) -> ResultColumn
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 ResultColumn
impl Debug for ResultColumn
sourceimpl PartialEq<ResultColumn> for ResultColumn
impl PartialEq<ResultColumn> for ResultColumn
sourcefn eq(&self, other: &ResultColumn) -> bool
fn eq(&self, other: &ResultColumn) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ResultColumn) -> bool
fn ne(&self, other: &ResultColumn) -> bool
This method tests for !=.
sourceimpl ToTokens for ResultColumn
impl ToTokens for ResultColumn
impl Eq for ResultColumn
impl StructuralEq for ResultColumn
impl StructuralPartialEq for ResultColumn
Auto Trait Implementations
impl RefUnwindSafe for ResultColumn
impl Send for ResultColumn
impl Sync for ResultColumn
impl Unpin for ResultColumn
impl UnwindSafe for ResultColumn
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