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