Weak
SetRefM
immutable_
chunkmap
2.0.6
Weak
SetRefM
Aliased type
Methods
upgrade
Trait Implementations
Clone
In immutable_
chunkmap::
set
Structs
Set
SetIter
WeakSetRef
Constants
DEFAULT_SIZE
Type Aliases
SetL
SetM
SetS
WeakSetRefL
WeakSetRefM
WeakSetRefS
immutable_chunkmap
::
set
Type Alias
WeakSetRefM
Copy item path
Settings
Help
Summary
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