Enum kudu::EventSet
[−]
[src]
pub enum EventSet { Flushes, FailedOperations, SuccessfulOperations, }
The events that the writer should return in the event channel. Each event set builds on the previous.
Variants
Flushes
Flush events.
FailedOperations
Flush events and failed operation events.
SuccessfulOperations
Flush events, failed operation events, and successful operation events.
Methods
impl EventSet
[src]
fn has_failed_operations(&self) -> bool
fn has_successful_operation(&self) -> bool
Trait Implementations
impl Clone for EventSet
[src]
fn clone(&self) -> EventSet
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Copy for EventSet
[src]
impl Debug for EventSet
[src]
impl PartialEq for EventSet
[src]
fn eq(&self, __arg_0: &EventSet) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.