Struct sqlx_models_parser::ast::OrderByExpr [−][src]
Expand description
An ORDER BY expression
Fields
expr: Exprasc: Option<bool>Optional ASC or DESC
nulls_first: Option<bool>Optional NULLS FIRST or NULLS LAST
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for OrderByExpr
impl Send for OrderByExpr
impl Sync for OrderByExpr
impl Unpin for OrderByExpr
impl UnwindSafe for OrderByExpr
Blanket Implementations
Mutably borrows from an owned value. Read more