pub enum LoadingSubevent {
RdbStarted,
AofStarted,
ReplStarted,
Ended,
Failed,
}
Variants§
Trait Implementations§
Source§impl Clone for LoadingSubevent
impl Clone for LoadingSubevent
Source§fn clone(&self) -> LoadingSubevent
fn clone(&self) -> LoadingSubevent
Returns a copy 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 LoadingSubevent
impl Debug for LoadingSubevent
Source§impl Ord for LoadingSubevent
impl Ord for LoadingSubevent
Source§fn cmp(&self, other: &LoadingSubevent) -> Ordering
fn cmp(&self, other: &LoadingSubevent) -> 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 LoadingSubevent
impl PartialEq for LoadingSubevent
Source§impl PartialOrd for LoadingSubevent
impl PartialOrd for LoadingSubevent
impl Copy for LoadingSubevent
impl Eq for LoadingSubevent
impl StructuralPartialEq for LoadingSubevent
Auto Trait Implementations§
impl Freeze for LoadingSubevent
impl RefUnwindSafe for LoadingSubevent
impl Send for LoadingSubevent
impl Sync for LoadingSubevent
impl Unpin for LoadingSubevent
impl UnwindSafe for LoadingSubevent
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