Struct rustdb::bytes::ByteStorage[][src]

pub struct ByteStorage {
    pub file: Rc<SortedFile>,
    // some fields omitted
}
Expand description

Storage of variable size values.

Fields

file: Rc<SortedFile>

Implementations

Construct new ByteStorage with specified root page and fragment type.

Save to underlying file.

Encode bytes.

Decode bytes, inline bytes are reserved.

Delete a code.

Pack underlying file.

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.