Struct rustdb::stg::MemFile[][src]

pub struct MemFile { /* fields omitted */ }
Expand description

Simple implementation of storage using Vec<u8>.

Trait Implementations

Returns the “default value” for a type. Read more

Get the size of the underlying storage. Note : this is valid initially and after a commit but is not defined after write is called. Read more

Read data from storage.

Write byte slice to storage.

Finish write transaction, size is new size of underlying storage.

Write byte Vec to storage.

Write Data slice to storage.

Write u64 to storage.

Read u64 from storage.

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.