pub struct RouteSortKey { /* private fields */ }
Trait Implementations§
Source§impl Clone for RouteSortKey
impl Clone for RouteSortKey
Source§fn clone(&self) -> RouteSortKey
fn clone(&self) -> RouteSortKey
Returns a duplicate 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 Debug for RouteSortKey
impl Debug for RouteSortKey
Source§impl Hash for RouteSortKey
impl Hash for RouteSortKey
Source§impl Ord for RouteSortKey
impl Ord for RouteSortKey
Source§fn cmp(&self, other: &RouteSortKey) -> Ordering
fn cmp(&self, other: &RouteSortKey) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RouteSortKey
impl PartialEq for RouteSortKey
Source§impl PartialOrd for RouteSortKey
impl PartialOrd for RouteSortKey
impl Copy for RouteSortKey
impl Eq for RouteSortKey
impl StructuralPartialEq for RouteSortKey
Auto Trait Implementations§
impl Freeze for RouteSortKey
impl RefUnwindSafe for RouteSortKey
impl Send for RouteSortKey
impl Sync for RouteSortKey
impl Unpin for RouteSortKey
impl UnwindSafe for RouteSortKey
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