pub enum LoadingProgressSubevent {
Rdb,
Aof,
}Variants§
Trait Implementations§
Source§impl Clone for LoadingProgressSubevent
impl Clone for LoadingProgressSubevent
Source§fn clone(&self) -> LoadingProgressSubevent
fn clone(&self) -> LoadingProgressSubevent
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 LoadingProgressSubevent
impl Debug for LoadingProgressSubevent
Source§impl Ord for LoadingProgressSubevent
impl Ord for LoadingProgressSubevent
Source§fn cmp(&self, other: &LoadingProgressSubevent) -> Ordering
fn cmp(&self, other: &LoadingProgressSubevent) -> 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 LoadingProgressSubevent
impl PartialEq for LoadingProgressSubevent
Source§impl PartialOrd for LoadingProgressSubevent
impl PartialOrd for LoadingProgressSubevent
impl Copy for LoadingProgressSubevent
impl Eq for LoadingProgressSubevent
impl StructuralPartialEq for LoadingProgressSubevent
Auto Trait Implementations§
impl Freeze for LoadingProgressSubevent
impl RefUnwindSafe for LoadingProgressSubevent
impl Send for LoadingProgressSubevent
impl Sync for LoadingProgressSubevent
impl Unpin for LoadingProgressSubevent
impl UnsafeUnpin for LoadingProgressSubevent
impl UnwindSafe for LoadingProgressSubevent
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