immutable_chunkmap::map

Type Alias WeakMapRefL

Source
pub type WeakMapRefL<K, V> = WeakMapRef<K, V, { _ }>;

Aliased Type§

struct WeakMapRefL<K, V>(/* private fields */);

Implementations

Source§

impl<K, V, const SIZE: usize> WeakMapRef<K, V, SIZE>
where K: Ord + Clone, V: Clone,

Source

pub fn upgrade(&self) -> Option<Map<K, V, SIZE>>

Trait Implementations

Source§

impl<K: Clone + Ord + Clone, V: Clone + Clone, const SIZE: usize> Clone for WeakMapRef<K, V, SIZE>

Source§

fn clone(&self) -> WeakMapRef<K, V, SIZE>

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more