pub struct ImplDefault;Expand description
Implementation that’s not thread-safe but performs faster as it avoids mutexes and locks.
For example usage of default implementation see: ContiguousMemory
Trait Implementations§
Source§impl Clone for ImplDefault
impl Clone for ImplDefault
Source§fn clone(&self) -> ImplDefault
fn clone(&self) -> ImplDefault
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 ImplDefault
impl Debug for ImplDefault
Source§impl PartialEq for ImplDefault
impl PartialEq for ImplDefault
impl Copy for ImplDefault
impl Eq for ImplDefault
impl StructuralPartialEq for ImplDefault
Auto Trait Implementations§
impl Freeze for ImplDefault
impl RefUnwindSafe for ImplDefault
impl Send for ImplDefault
impl Sync for ImplDefault
impl Unpin for ImplDefault
impl UnwindSafe for ImplDefault
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