pub enum Nulls {
Unstated,
First,
Last,
}Expand description
Null placement in a sort.
Variants§
Trait Implementations§
impl Copy for Nulls
impl Eq for Nulls
impl StructuralPartialEq for Nulls
Auto Trait Implementations§
impl Freeze for Nulls
impl RefUnwindSafe for Nulls
impl Send for Nulls
impl Sync for Nulls
impl Unpin for Nulls
impl UnsafeUnpin for Nulls
impl UnwindSafe for Nulls
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