pub struct DefaultComparator;Expand description
Default key comparator that uses unsigned byte comparison.
Trait Implementations§
Source§impl Clone for DefaultComparator
impl Clone for DefaultComparator
Source§fn clone(&self) -> DefaultComparator
fn clone(&self) -> DefaultComparator
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 DefaultComparator
Source§impl Debug for DefaultComparator
impl Debug for DefaultComparator
Auto Trait Implementations§
impl Freeze for DefaultComparator
impl RefUnwindSafe for DefaultComparator
impl Send for DefaultComparator
impl Sync for DefaultComparator
impl Unpin for DefaultComparator
impl UnsafeUnpin for DefaultComparator
impl UnwindSafe for DefaultComparator
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