Struct polymap::polymap::VacantEntry [] [src]

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

A view into a vacant entry in a PolyMap.

Methods

impl<'a, K: 'a, V: Any> VacantEntry<'a, K, V>
[src]

Returns a reference to the entry's key.

Consumes the entry and returns the owned key value.

Consumes the entry, inserting a value and returning a mutable reference.

Trait Implementations

impl<'a, K: Debug, V: Any> Debug for VacantEntry<'a, K, V>
[src]

Formats the value using the given formatter.