Enum libriakv::IndexOp[][src]

pub enum IndexOp {
    Insert(KeyValuePairu64),
    Delete(KeyValuePairu64),
    End,
    Nop,
}
Expand description

Represent the kind of index operation to use for a given (KeyValuePair, u64) received during iterating over the contents of the storage file.

Variants

Insert(KeyValuePairu64)
Delete(KeyValuePairu64)
End
Nop

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.