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 PartialOrd for KeyName
impl PartialOrd for KeyName
impl Eq for KeyName
impl StructuralPartialEq for KeyName
Auto Trait Implementations§
impl Freeze for KeyName
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