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: SimpleExpr
alias: Option<DynIden>
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for SelectExpr
impl Send for SelectExpr
impl Sync for SelectExpr
impl Unpin for SelectExpr
impl !UnwindSafe for SelectExpr
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self