pub enum NullPlacement {
First,
Last,
}Expand description
Explicit placement for missing and null sort values.
Variants§
Trait Implementations§
Source§impl Clone for NullPlacement
impl Clone for NullPlacement
Source§fn clone(&self) -> NullPlacement
fn clone(&self) -> NullPlacement
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 NullPlacement
Source§impl Debug for NullPlacement
impl Debug for NullPlacement
impl Eq for NullPlacement
Source§impl PartialEq for NullPlacement
impl PartialEq for NullPlacement
impl StructuralPartialEq for NullPlacement
Auto Trait Implementations§
impl Freeze for NullPlacement
impl RefUnwindSafe for NullPlacement
impl Send for NullPlacement
impl Sync for NullPlacement
impl Unpin for NullPlacement
impl UnsafeUnpin for NullPlacement
impl UnwindSafe for NullPlacement
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