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