pub enum NullsHandling {
First,
Last,
}Expand description
NULL handling in ORDER BY
Variants§
Trait Implementations§
Source§impl Clone for NullsHandling
impl Clone for NullsHandling
Source§fn clone(&self) -> NullsHandling
fn clone(&self) -> NullsHandling
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NullsHandling
impl Debug for NullsHandling
Source§impl Display for NullsHandling
impl Display for NullsHandling
Source§impl PartialEq for NullsHandling
impl PartialEq for NullsHandling
impl Copy for NullsHandling
impl Eq for NullsHandling
impl StructuralPartialEq for NullsHandling
Auto Trait Implementations§
impl Freeze for NullsHandling
impl RefUnwindSafe for NullsHandling
impl Send for NullsHandling
impl Sync for NullsHandling
impl Unpin for NullsHandling
impl UnsafeUnpin for NullsHandling
impl UnwindSafe for NullsHandling
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