Enum icefalldb::LogDelta [] [src]

#[repr(C)]
pub enum LogDelta { KV(KV), Merge { left: u64, right: u64, }, Split { left: u64, right: u64, }, FailedFlush, }

Variants

Fields of Merge

Fields of Split

Trait Implementations

impl Debug for LogDelta
[src]

Formats the value using the given formatter.

impl Clone for LogDelta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for LogDelta
[src]

impl PartialEq for LogDelta
[src]

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

This method tests for !=.

impl Decodable for LogDelta
[src]

Deserialize a value using a Decoder.

impl Encodable for LogDelta
[src]

Serialize a value using an Encoder.