pub struct KeyId<K: Key> { /* private fields */ }Expand description
A short ID for a key.
Trait Implementations§
Source§impl<K: Key> Ord for KeyId<K>
impl<K: Key> Ord for KeyId<K>
Source§impl<K: Key> PartialOrd for KeyId<K>
impl<K: Key> PartialOrd for KeyId<K>
impl<K: Key> Eq for KeyId<K>
Auto Trait Implementations§
impl<K> Freeze for KeyId<K>
impl<K> RefUnwindSafe for KeyId<K>where
K: RefUnwindSafe,
impl<K> Send for KeyId<K>where
K: Send,
impl<K> Sync for KeyId<K>where
K: Sync,
impl<K> Unpin for KeyId<K>where
K: Unpin,
impl<K> UnwindSafe for KeyId<K>where
K: UnwindSafe,
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