Enum redis_module::server_events::FlushSubevent
source · pub enum FlushSubevent {
Started,
Ended,
}
Variants§
Trait Implementations§
source§impl Clone for FlushSubevent
impl Clone for FlushSubevent
source§fn clone(&self) -> FlushSubevent
fn clone(&self) -> FlushSubevent
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 FlushSubevent
impl Debug for FlushSubevent
source§impl Ord for FlushSubevent
impl Ord for FlushSubevent
source§fn cmp(&self, other: &FlushSubevent) -> Ordering
fn cmp(&self, other: &FlushSubevent) -> 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<FlushSubevent> for FlushSubevent
impl PartialEq<FlushSubevent> for FlushSubevent
source§fn eq(&self, other: &FlushSubevent) -> bool
fn eq(&self, other: &FlushSubevent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<FlushSubevent> for FlushSubevent
impl PartialOrd<FlushSubevent> for FlushSubevent
source§fn partial_cmp(&self, other: &FlushSubevent) -> Option<Ordering>
fn partial_cmp(&self, other: &FlushSubevent) -> 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 FlushSubevent
impl Eq for FlushSubevent
impl StructuralEq for FlushSubevent
impl StructuralPartialEq for FlushSubevent
Auto Trait Implementations§
impl RefUnwindSafe for FlushSubevent
impl Send for FlushSubevent
impl Sync for FlushSubevent
impl Unpin for FlushSubevent
impl UnwindSafe for FlushSubevent
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