Struct ordermap::OccupiedEntry [] [src]

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

Methods

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

Return the index of the key-value pair

Remove and return the key, value pair stored in the map for this entry

Trait Implementations

Auto Trait Implementations

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

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