pub enum MakeSnapshotMethod {
MakeSnapshot,
}Variants§
MakeSnapshot
Trait Implementations§
Source§impl Clone for MakeSnapshotMethod
impl Clone for MakeSnapshotMethod
Source§fn clone(&self) -> MakeSnapshotMethod
fn clone(&self) -> MakeSnapshotMethod
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 MakeSnapshotMethod
impl Debug for MakeSnapshotMethod
Source§impl<'de> Deserialize<'de> for MakeSnapshotMethod
impl<'de> Deserialize<'de> for MakeSnapshotMethod
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 PartialEq for MakeSnapshotMethod
impl PartialEq for MakeSnapshotMethod
Source§impl Serialize for MakeSnapshotMethod
impl Serialize for MakeSnapshotMethod
impl StructuralPartialEq for MakeSnapshotMethod
Auto Trait Implementations§
impl Freeze for MakeSnapshotMethod
impl RefUnwindSafe for MakeSnapshotMethod
impl Send for MakeSnapshotMethod
impl Sync for MakeSnapshotMethod
impl Unpin for MakeSnapshotMethod
impl UnsafeUnpin for MakeSnapshotMethod
impl UnwindSafe for MakeSnapshotMethod
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