pub struct RouteLabelKind;Trait Implementations§
Source§impl Clone for RouteLabelKind
impl Clone for RouteLabelKind
Source§fn clone(&self) -> RouteLabelKind
fn clone(&self) -> RouteLabelKind
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 RouteLabelKind
impl Debug for RouteLabelKind
Source§impl Hash for RouteLabelKind
impl Hash for RouteLabelKind
Source§impl IdKind for RouteLabelKind
impl IdKind for RouteLabelKind
Source§impl Ord for RouteLabelKind
impl Ord for RouteLabelKind
Source§fn cmp(&self, other: &RouteLabelKind) -> Ordering
fn cmp(&self, other: &RouteLabelKind) -> 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 RouteLabelKind
impl PartialEq for RouteLabelKind
Source§impl PartialOrd for RouteLabelKind
impl PartialOrd for RouteLabelKind
impl Copy for RouteLabelKind
impl Eq for RouteLabelKind
impl StructuralPartialEq for RouteLabelKind
Auto Trait Implementations§
impl Freeze for RouteLabelKind
impl RefUnwindSafe for RouteLabelKind
impl Send for RouteLabelKind
impl Sync for RouteLabelKind
impl Unpin for RouteLabelKind
impl UnsafeUnpin for RouteLabelKind
impl UnwindSafe for RouteLabelKind
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