pub struct DirectOrder;Expand description
The statement’s — or window’s — own ORDER BY.
Trait Implementations§
Source§impl Clone for DirectOrder
impl Clone for DirectOrder
Source§fn clone(&self) -> DirectOrder
fn clone(&self) -> DirectOrder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DirectOrder
Source§impl Debug for DirectOrder
impl Debug for DirectOrder
Source§impl Default for DirectOrder
impl Default for DirectOrder
Source§fn default() -> DirectOrder
fn default() -> DirectOrder
Returns the “default value” for a type. Read more
Source§impl<Q: HasOrderBy> OrderSlot<Q> for DirectOrder
impl<Q: HasOrderBy> OrderSlot<Q> for DirectOrder
Auto Trait Implementations§
impl Freeze for DirectOrder
impl RefUnwindSafe for DirectOrder
impl Send for DirectOrder
impl Sync for DirectOrder
impl Unpin for DirectOrder
impl UnsafeUnpin for DirectOrder
impl UnwindSafe for DirectOrder
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