Struct OrderBy
pub struct OrderBy {
pub exprs: Vec<OrderByExpr>,
}Fields§
§exprs: Vec<OrderByExpr>Implementations§
§impl OrderBy
impl OrderBy
pub fn reverse(&mut self)
pub fn reverse(&mut self)
Flips the direction of each OrderByExpr that makes up this OrderBy.
Trait Implementations§
§impl From<OrderByExpr> for OrderBy
impl From<OrderByExpr> for OrderBy
§fn from(value: OrderByExpr) -> OrderBy
fn from(value: OrderByExpr) -> OrderBy
Converts to this type from the input type.
impl StructuralPartialEq for OrderBy
Auto Trait Implementations§
impl Freeze for OrderBy
impl RefUnwindSafe for OrderBy
impl Send for OrderBy
impl Sync for OrderBy
impl Unpin for OrderBy
impl UnwindSafe for OrderBy
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more