pub enum SnapshotScope {
Disk,
Full,
}Expand description
Snapshot state family.
Variants§
Trait Implementations§
Source§impl Clone for SnapshotScope
impl Clone for SnapshotScope
Source§fn clone(&self) -> SnapshotScope
fn clone(&self) -> SnapshotScope
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SnapshotScope
Source§impl Debug for SnapshotScope
impl Debug for SnapshotScope
Source§impl<'de> Deserialize<'de> for SnapshotScope
impl<'de> Deserialize<'de> for SnapshotScope
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<SnapshotScope, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<SnapshotScope, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SnapshotScope
Source§impl PartialEq for SnapshotScope
impl PartialEq for SnapshotScope
Source§impl Serialize for SnapshotScope
impl Serialize for SnapshotScope
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for SnapshotScope
Auto Trait Implementations§
impl Freeze for SnapshotScope
impl RefUnwindSafe for SnapshotScope
impl Send for SnapshotScope
impl Sync for SnapshotScope
impl Unpin for SnapshotScope
impl UnsafeUnpin for SnapshotScope
impl UnwindSafe for SnapshotScope
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