Struct ordermap::VacantEntry [] [src]

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

Methods

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

Return the index where the key-value pair will be inserted.

Trait Implementations

Auto Trait Implementations

impl<'a, K, V, S> Send for VacantEntry<'a, K, V, S> where
    K: Send,
    S: Send,
    V: Send

impl<'a, K, V, S> Sync for VacantEntry<'a, K, V, S> where
    K: Sync,
    S: Sync,
    V: Sync