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