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