Struct im_rc::hashmap::HashMapPool
source · [−]pub struct HashMapPool<K, V>(_);
Expand description
A memory pool for the appropriate node type.
Implementations
sourceimpl<K, V> HashMapPool<K, V>
impl<K, V> HashMapPool<K, V>
Trait Implementations
sourceimpl<K, V> Clone for HashMapPool<K, V>
impl<K, V> Clone for HashMapPool<K, V>
Auto Trait Implementations
impl<K, V> RefUnwindSafe for HashMapPool<K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V> !Send for HashMapPool<K, V>
impl<K, V> !Sync for HashMapPool<K, V>
impl<K, V> Unpin for HashMapPool<K, V> where
K: Unpin,
V: Unpin,
impl<K, V> UnwindSafe for HashMapPool<K, V> where
K: UnwindSafe + RefUnwindSafe,
V: UnwindSafe + RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more