pub struct KeyName(/* private fields */);
Expand description
Name component of a key.
Implementations§
Trait Implementations§
source§impl Ord for KeyName
impl Ord for KeyName
source§impl PartialEq for KeyName
impl PartialEq for KeyName
source§impl PartialOrd for KeyName
impl PartialOrd for KeyName
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for KeyName
impl StructuralEq for KeyName
impl StructuralPartialEq for KeyName
Auto Trait Implementations§
impl RefUnwindSafe for KeyName
impl Send for KeyName
impl Sync for KeyName
impl Unpin for KeyName
impl UnwindSafe for KeyName
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