pub struct NoPersistence;Expand description
Marker type for no persistence.
Trait Implementations§
Source§impl Clone for NoPersistence
impl Clone for NoPersistence
Source§fn clone(&self) -> NoPersistence
fn clone(&self) -> NoPersistence
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 NoPersistence
impl Debug for NoPersistence
impl Copy for NoPersistence
Auto Trait Implementations§
impl Freeze for NoPersistence
impl RefUnwindSafe for NoPersistence
impl Send for NoPersistence
impl Sync for NoPersistence
impl Unpin for NoPersistence
impl UnwindSafe for NoPersistence
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