Struct sql_ast::ast::OrderByExpr [−][src]
Expand description
SQL ORDER BY expression
Fields
expr: Exprasc: Option<bool>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 OrderByExprimpl Send for OrderByExprimpl Sync for OrderByExprimpl Unpin for OrderByExprimpl UnwindSafe for OrderByExprBlanket Implementations
Mutably borrows from an owned value. Read more