pub enum PersistenceSubevent {
RdbStart,
AofStart,
SyncRdbStart,
SyncAofStart,
Ended,
Failed,
}Variants§
Trait Implementations§
Source§impl Clone for PersistenceSubevent
impl Clone for PersistenceSubevent
Source§fn clone(&self) -> PersistenceSubevent
fn clone(&self) -> PersistenceSubevent
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 PersistenceSubevent
impl Debug for PersistenceSubevent
Source§impl Ord for PersistenceSubevent
impl Ord for PersistenceSubevent
Source§fn cmp(&self, other: &PersistenceSubevent) -> Ordering
fn cmp(&self, other: &PersistenceSubevent) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PersistenceSubevent
impl PartialEq for PersistenceSubevent
Source§impl PartialOrd for PersistenceSubevent
impl PartialOrd for PersistenceSubevent
impl Copy for PersistenceSubevent
impl Eq for PersistenceSubevent
impl StructuralPartialEq for PersistenceSubevent
Auto Trait Implementations§
impl Freeze for PersistenceSubevent
impl RefUnwindSafe for PersistenceSubevent
impl Send for PersistenceSubevent
impl Sync for PersistenceSubevent
impl Unpin for PersistenceSubevent
impl UnwindSafe for PersistenceSubevent
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