pub enum SnapshotType {
Full,
Diff,
}Variants§
Trait Implementations§
source§impl Clone for SnapshotType
impl Clone for SnapshotType
source§fn clone(&self) -> SnapshotType
fn clone(&self) -> SnapshotType
Returns a copy 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 SnapshotType
impl Debug for SnapshotType
source§impl<'de> Deserialize<'de> for SnapshotType
impl<'de> Deserialize<'de> for SnapshotType
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Serialize for SnapshotType
impl Serialize for SnapshotType
impl Copy for SnapshotType
Auto Trait Implementations§
impl RefUnwindSafe for SnapshotType
impl Send for SnapshotType
impl Sync for SnapshotType
impl Unpin for SnapshotType
impl UnwindSafe for SnapshotType
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