pub struct InMemoryWithMetrics { /* private fields */ }
Expand description

InMemory with disabled statistics

Implementations

Create new instance

Trait Implementations

Get a value by key.

Get a value by partial key. Only works for flushed data.

Write a transaction of changes to the buffer.

Write a transaction of changes to the backing store.

Flush all buffered data.

Iterate over flushed data for a given column.

Iterate over flushed data for a given column, starting from a given prefix.

Attempt to replace this database with a new one located at the given path.

Helper to create a new transaction.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

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.