Struct TransientStringNameOrd
pub struct TransientStringNameOrd<'a>(/* private fields */);
Expand description
Type that implements Ord
for StringNames
.
Trait Implementations§
§impl Ord for TransientStringNameOrd<'_>
impl Ord for TransientStringNameOrd<'_>
§fn cmp(&self, other: &TransientStringNameOrd<'_>) -> Ordering
fn cmp(&self, other: &TransientStringNameOrd<'_>) -> 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
§impl PartialEq for TransientStringNameOrd<'_>
impl PartialEq for TransientStringNameOrd<'_>
§impl PartialOrd for TransientStringNameOrd<'_>
impl PartialOrd for TransientStringNameOrd<'_>
impl Eq for TransientStringNameOrd<'_>
Auto Trait Implementations§
impl<'a> Freeze for TransientStringNameOrd<'a>
impl<'a> RefUnwindSafe for TransientStringNameOrd<'a>
impl<'a> Send for TransientStringNameOrd<'a>
impl<'a> Sync for TransientStringNameOrd<'a>
impl<'a> Unpin for TransientStringNameOrd<'a>
impl<'a> UnwindSafe for TransientStringNameOrd<'a>
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