Struct qp_trie::VacantEntry[][src]

pub struct VacantEntry<'a, K: 'a, V: 'a> { /* fields omitted */ }
Expand description

A vacant entry in the trie.

Implementations

Get a reference to the key associated with this vacant entry.

Consume the vacant entry to produce the associated key.

Insert a value into the vacant entry, returning a mutable reference to the newly inserted value.

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.