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 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 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 for FlushSubevent
impl PartialEq for FlushSubevent
Source§impl PartialOrd for FlushSubevent
impl PartialOrd for FlushSubevent
impl Copy for FlushSubevent
impl Eq for FlushSubevent
impl StructuralPartialEq for FlushSubevent
Auto Trait Implementations§
impl Freeze for FlushSubevent
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