pub struct OrderByElem(pub SqlExpr, pub bool);Expand description
ORDER BY cols [ ASC | DESC ]
Tuple Fields§
§0: SqlExpr§1: boolAuto Trait Implementations§
impl Freeze for OrderByElem
impl RefUnwindSafe for OrderByElem
impl Send for OrderByElem
impl Sync for OrderByElem
impl Unpin for OrderByElem
impl UnwindSafe for OrderByElem
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