Enum kudu::Event
[−]
[src]
pub enum Event { Flush(FlushStats), SuccessfulOperation(Row, OperationType), FailedOperation(Row, OperationType, Error), }
Variants
Flush(FlushStats)
SuccessfulOperation(Row, OperationType)
FailedOperation(Row, OperationType, Error)
Methods
impl Event
[src]
fn is_flush(&self) -> bool
fn is_successful_operation(&self) -> bool
fn is_failed_operation(&self) -> bool
Trait Implementations
impl Clone for Event
[src]
fn clone(&self) -> Event
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