pub struct EmptyStorage;Expand description
Empty storage for when no custom mappings are needed
Trait Implementations§
Source§impl Clone for EmptyStorage
impl Clone for EmptyStorage
Source§fn clone(&self) -> EmptyStorage
fn clone(&self) -> EmptyStorage
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 EmptyStorage
impl Debug for EmptyStorage
Source§impl MappingStorage for EmptyStorage
impl MappingStorage for EmptyStorage
impl Copy for EmptyStorage
Auto Trait Implementations§
impl Freeze for EmptyStorage
impl RefUnwindSafe for EmptyStorage
impl Send for EmptyStorage
impl Sync for EmptyStorage
impl Unpin for EmptyStorage
impl UnwindSafe for EmptyStorage
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