pub struct VecMapFactoryWithCapacity<K, V, F> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<K: Clone, V: Clone, F: Clone> Clone for VecMapFactoryWithCapacity<K, V, F>
impl<K: Clone, V: Clone, F: Clone> Clone for VecMapFactoryWithCapacity<K, V, F>
Source§fn clone(&self) -> VecMapFactoryWithCapacity<K, V, F>
fn clone(&self) -> VecMapFactoryWithCapacity<K, V, F>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<K, V, F> ContainerFactory for VecMapFactoryWithCapacity<K, V, F>
impl<K, V, F> ContainerFactory for VecMapFactoryWithCapacity<K, V, F>
Auto Trait Implementations§
impl<K, V, F> Freeze for VecMapFactoryWithCapacity<K, V, F>where
F: Freeze,
impl<K, V, F> RefUnwindSafe for VecMapFactoryWithCapacity<K, V, F>where
F: RefUnwindSafe,
impl<K, V, F> Send for VecMapFactoryWithCapacity<K, V, F>where
F: Send,
impl<K, V, F> Sync for VecMapFactoryWithCapacity<K, V, F>where
F: Sync,
impl<K, V, F> Unpin for VecMapFactoryWithCapacity<K, V, F>where
F: Unpin,
impl<K, V, F> UnwindSafe for VecMapFactoryWithCapacity<K, V, F>where
F: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more