Weak
SetRefL
immutable_
chunkmap
2.0.6
Weak
SetRefL
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
WeakSetRefL
Copy item path
Settings
Help
Summary
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