pub struct NoSnapshot;Expand description
Indicates that the snapshot is disabled.
Trait Implementations§
Source§impl Clone for NoSnapshot
impl Clone for NoSnapshot
Source§fn clone(&self) -> NoSnapshot
fn clone(&self) -> NoSnapshot
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 moreimpl Copy for NoSnapshot
impl SnapshotConfig for NoSnapshot
Auto Trait Implementations§
impl Freeze for NoSnapshot
impl RefUnwindSafe for NoSnapshot
impl Send for NoSnapshot
impl Sync for NoSnapshot
impl Unpin for NoSnapshot
impl UnwindSafe for NoSnapshot
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