pub struct DefaultLabelOrder {}
Trait Implementations§
Source§impl Default for DefaultLabelOrder
impl Default for DefaultLabelOrder
Source§fn default() -> DefaultLabelOrder
fn default() -> DefaultLabelOrder
Returns the “default value” for a type. Read more
Source§impl<LABEL> LabelOrder<LABEL> for DefaultLabelOrder
impl<LABEL> LabelOrder<LABEL> for DefaultLabelOrder
fn less_than(&self, _l1: &EdgeOrData<LABEL>, _l2: &EdgeOrData<LABEL>) -> bool
Auto Trait Implementations§
impl Freeze for DefaultLabelOrder
impl RefUnwindSafe for DefaultLabelOrder
impl Send for DefaultLabelOrder
impl Sync for DefaultLabelOrder
impl Unpin for DefaultLabelOrder
impl UnwindSafe for DefaultLabelOrder
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