Struct sqlmo::query::SelectColumn
source · pub struct SelectColumn {
pub expression: SelectExpression,
pub alias: Option<String>,
}Expand description
Represents a column of a SELECT statement.
Fields§
§expression: SelectExpression§alias: Option<String>Implementations§
Trait Implementations§
source§impl Clone for SelectColumn
impl Clone for SelectColumn
source§fn clone(&self) -> SelectColumn
fn clone(&self) -> SelectColumn
Returns a copy 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 SelectColumn
impl Debug for SelectColumn
Auto Trait Implementations§
impl RefUnwindSafe for SelectColumn
impl Send for SelectColumn
impl Sync for SelectColumn
impl Unpin for SelectColumn
impl UnwindSafe for SelectColumn
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