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