Enum mentat_query_translator::Projection
[−]
[src]
pub enum Projection { Columns(Vec<ProjectedColumn>), Star, One, }
Variants
Columns(Vec<ProjectedColumn>)
Star
One
Trait Implementations
impl QueryFragment for Projection
[src]
impl QueryFragment for Projection
Auto Trait Implementations
impl !Send for Projection
impl !Send for Projection
impl !Sync for Projection
impl !Sync for Projection