immutable_chunkmap::set

Type Alias WeakSetRefM

Source
pub type WeakSetRefM<K> = WeakSetRef<K, 128>;

Aliased Type§

struct WeakSetRefM<K>(/* private fields */);

Implementations

Source§

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

Source

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

Trait Implementations

Source§

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

Source§

fn clone(&self) -> WeakSetRef<K, 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