pub enum ReadOnlyRecovery {
SnapshotFallback,
SnapshotFallbackWal,
}Variants§
Trait Implementations§
Source§impl Clone for ReadOnlyRecovery
impl Clone for ReadOnlyRecovery
Source§fn clone(&self) -> ReadOnlyRecovery
fn clone(&self) -> ReadOnlyRecovery
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 moreSource§impl Debug for ReadOnlyRecovery
impl Debug for ReadOnlyRecovery
Source§impl PartialEq for ReadOnlyRecovery
impl PartialEq for ReadOnlyRecovery
Source§fn eq(&self, other: &ReadOnlyRecovery) -> bool
fn eq(&self, other: &ReadOnlyRecovery) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ReadOnlyRecovery
impl Serialize for ReadOnlyRecovery
impl Copy for ReadOnlyRecovery
impl Eq for ReadOnlyRecovery
impl StructuralPartialEq for ReadOnlyRecovery
Auto Trait Implementations§
impl Freeze for ReadOnlyRecovery
impl RefUnwindSafe for ReadOnlyRecovery
impl Send for ReadOnlyRecovery
impl Sync for ReadOnlyRecovery
impl Unpin for ReadOnlyRecovery
impl UnsafeUnpin for ReadOnlyRecovery
impl UnwindSafe for ReadOnlyRecovery
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