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<LoadingSubevent> for LoadingSubevent
impl PartialEq<LoadingSubevent> for LoadingSubevent
source§fn eq(&self, other: &LoadingSubevent) -> bool
fn eq(&self, other: &LoadingSubevent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<LoadingSubevent> for LoadingSubevent
impl PartialOrd<LoadingSubevent> for LoadingSubevent
source§fn partial_cmp(&self, other: &LoadingSubevent) -> Option<Ordering>
fn partial_cmp(&self, other: &LoadingSubevent) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for LoadingSubevent
impl Eq for LoadingSubevent
impl StructuralEq for LoadingSubevent
impl StructuralPartialEq for LoadingSubevent
Auto Trait Implementations§
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