Struct immutable_chunkmap::map::WeakMapRef [−][src]
Expand description
A weak reference to a map.
Implementations
Trait Implementations
Auto Trait Implementations
impl<K, V, const SIZE: usize> RefUnwindSafe for WeakMapRef<K, V, SIZE> where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V, const SIZE: usize> Unpin for WeakMapRef<K, V, SIZE>
impl<K, V, const SIZE: usize> UnwindSafe for WeakMapRef<K, V, SIZE> where
K: RefUnwindSafe,
V: RefUnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more