Struct radn::flow::comparator::DefaultComparator
source · pub struct DefaultComparator;Expand description
Implementation of a Comparator relying on Ord.
Trait Implementations§
Auto Trait Implementations§
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