pub struct StdVectorFactory;Trait Implementations§
Source§impl Clone for StdVectorFactory
impl Clone for StdVectorFactory
Source§fn clone(&self) -> StdVectorFactory
fn clone(&self) -> StdVectorFactory
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 Debug for StdVectorFactory
impl Debug for StdVectorFactory
Source§impl VectorFactory for StdVectorFactory
Available on crate feature std only.
impl VectorFactory for StdVectorFactory
Available on crate feature
std only.impl Copy for StdVectorFactory
Auto Trait Implementations§
impl Freeze for StdVectorFactory
impl RefUnwindSafe for StdVectorFactory
impl Send for StdVectorFactory
impl Sync for StdVectorFactory
impl Unpin for StdVectorFactory
impl UnwindSafe for StdVectorFactory
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