Struct OccupiedEntry
pub struct OccupiedEntry<'a, T> { /* private fields */ }
Expand description
A view into a single occupied location in a HeaderMap
.
This struct is returned as part of the Entry
enum.
pub struct OccupiedEntry<'a, T> { /* private fields */ }
A view into a single occupied location in a HeaderMap
.
This struct is returned as part of the Entry
enum.