Struct gluesql_core::ast_builder::ProjectNode  
source · pub struct ProjectNode { /* private fields */ }Implementations
sourceimpl ProjectNode
 
impl ProjectNode
pub fn new<N: Into<PrevNode>, T: Into<SelectItemList>>(
    prev_node: N,
    select_items: T
) -> Self
pub fn project<T: Into<SelectItemList>>(self, select_items: T) -> Self
Trait Implementations
sourceimpl Clone for ProjectNode
 
impl Clone for ProjectNode
sourcefn clone(&self) -> ProjectNode
 
fn clone(&self) -> ProjectNode
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 moresourceimpl From<ProjectNode> for QueryNode
 
impl From<ProjectNode> for QueryNode
sourcefn from(node: ProjectNode) -> Self
 
fn from(node: ProjectNode) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for ProjectNode
impl Send for ProjectNode
impl Sync for ProjectNode
impl Unpin for ProjectNode
impl UnwindSafe for ProjectNode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    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