pub struct TaggedKey<K, V>(pub K, _);
Expand description
Typed key used to access elements
Tuple Fields§
§0: K
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<K, V> Freeze for TaggedKey<K, V>where
K: Freeze,
impl<K, V> RefUnwindSafe for TaggedKey<K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V> Send for TaggedKey<K, V>
impl<K, V> Sync for TaggedKey<K, V>
impl<K, V> Unpin for TaggedKey<K, V>
impl<K, V> UnwindSafe for TaggedKey<K, V>where
K: UnwindSafe,
V: 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