pub struct VoidStorage {}
Trait Implementations§
Source§impl Clone for VoidStorage
impl Clone for VoidStorage
Source§fn clone(&self) -> VoidStorage
fn clone(&self) -> VoidStorage
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 VoidStorage
impl Debug for VoidStorage
Auto Trait Implementations§
impl Freeze for VoidStorage
impl RefUnwindSafe for VoidStorage
impl Send for VoidStorage
impl Sync for VoidStorage
impl Unpin for VoidStorage
impl UnwindSafe for VoidStorage
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