Struct lru_time_cache::OccupiedEntry [] [src]

pub struct OccupiedEntry<'a, Value: 'a> {
    // some fields omitted
}

An occupied Entry.

Methods

impl<'a, Value> OccupiedEntry<'a, Value>
[src]

fn into_mut(self) -> &'a mut Value

Converts the entry into a mutable reference to its value.