pub struct TransientStringNameOrd<'a>(/* private fields */);
Expand description
Type that implements Ord
for StringNames
.
See [StringName::transient_ord()
].
Trait Implementations§
Source§impl Ord for TransientStringNameOrd<'_>
impl Ord for TransientStringNameOrd<'_>
Source§impl PartialEq for TransientStringNameOrd<'_>
impl PartialEq for TransientStringNameOrd<'_>
Source§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