pub struct Readable<'a, K, V, S> { /* private fields */ }
Expand description

RAII structure used to release the shared read access, when dropped.

Implementations

Returns a reference to the value corresponding to the key.

Returns the key-value pair corresponding to the supplied key.

Returns true if the map contains a value for the specified key.

Trait Implementations

Formats the value using the given formatter. Read more

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.