Struct typedb::KV

source ·
pub struct KV<K, V> { /* private fields */ }
Expand description

The type that represents the key-value store

Implementations

Creates a new instance of the KV store

Inserta a key, value pair into the key-value store

Get the value from a key

Removes a key and associated value from the key-value Store

get all the keys contained in the KV Store

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.

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.