Enum icefalldb::LogData [] [src]

#[repr(C)]
pub enum LogData { Full(LogPage), Deltas(Vec<LogDelta>), }

Variants

Trait Implementations

impl Debug for LogData
[src]

Formats the value using the given formatter.

impl Clone for LogData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for LogData
[src]

impl PartialEq for LogData
[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 LogData
[src]

Deserialize a value using a Decoder.

impl Encodable for LogData
[src]

Serialize a value using an Encoder.