Struct polystore::OccupiedEntry[][src]

pub struct OccupiedEntry<'a, K: 'a, V: 'static>(_, _);
Expand description

An occupied entry

Implementations

Get the entry

Panics on type mismatch.

Get the entry, mutably

Panics on type mismatch.

Convert into a mutable reference

Panics on type mismatch.

Sets the value of the entry

Removes and returns the entry’s value

Panics on type mismatch.

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.