pub struct HashId<K: Kind> { /* private fields */ }Implementations§
Trait Implementations§
impl<K: Kind> Copy for HashId<K>
Source§impl<'de, K: Kind> Deserialize<'de> for HashId<K>
impl<'de, K: Kind> Deserialize<'de> for HashId<K>
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl<K: Kind> Eq for HashId<K>
Auto Trait Implementations§
impl<K> Freeze for HashId<K>
impl<K> RefUnwindSafe for HashId<K>
impl<K> Send for HashId<K>
impl<K> Sync for HashId<K>
impl<K> Unpin for HashId<K>
impl<K> UnsafeUnpin for HashId<K>
impl<K> UnwindSafe for HashId<K>
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