pub struct ProjectColumn {
pub expr: Expr,
pub alias: Option<String>,
}Fields§
§expr: Expr§alias: Option<String>Trait Implementations§
Source§impl Clone for ProjectColumn
impl Clone for ProjectColumn
Source§fn clone(&self) -> ProjectColumn
fn clone(&self) -> ProjectColumn
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 ProjectColumn
impl RefUnwindSafe for ProjectColumn
impl Send for ProjectColumn
impl Sync for ProjectColumn
impl Unpin for ProjectColumn
impl UnsafeUnpin for ProjectColumn
impl UnwindSafe for ProjectColumn
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