Struct indexmap::map::OccupiedEntry [] [src]

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

Methods

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

[src]

[src]

[src]

[src]

Return the index of the key-value pair

[src]

[src]

[src]

[src]

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