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

Flush events.

Flush events and failed operation events.

Flush events, failed operation events, and successful operation events.

Methods

impl EventSet
[src]

Trait Implementations

impl Clone for EventSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EventSet
[src]

impl Debug for EventSet
[src]

Formats the value using the given formatter.

impl PartialEq for EventSet
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for EventSet
[src]