Enum kudu::Event [−] [src]

pub enum Event {
    Flush(FlushStats),
    SuccessfulOperation(Row, OperationType),
    FailedOperation(Row, OperationType, Error),
}

Variants

Methods

impl Event
[src]

Trait Implementations

impl Clone for Event
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Event
[src]

Formats the value using the given formatter.