immutable_chunkmap::set

Type Alias WeakSetRefL

Source
pub type WeakSetRefL<K> = WeakSetRef<K, 512>;

Aliased Type§

struct WeakSetRefL<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