pub struct DefaultComparator;
Expand description
DefaultComparator is the a stand in for “no comparator set”
Trait Implementations§
Source§impl Clone for DefaultComparator
impl Clone for DefaultComparator
Source§fn clone(&self) -> DefaultComparator
fn clone(&self) -> DefaultComparator
Returns a copy 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 Comparator for DefaultComparator
impl Comparator for DefaultComparator
impl Copy 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 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