Struct sea_query::query::SelectExpr [−][src]
pub struct SelectExpr {
pub expr: SimpleExpr,
pub alias: Option<DynIden>,
}Expand description
Select expression used in select statement
Fields
expr: SimpleExpralias: Option<DynIden>Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for SelectExprimpl !Send for SelectExprimpl !Sync for SelectExprimpl Unpin for SelectExprimpl !UnwindSafe for SelectExprBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V