Struct rb_tree::rbmap::Entry[][src]

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

Implementations

Follows a similar implementation to std::collections::HashMap, in terms of behaviour, only differs in types used. For further detail about any given method, please refer to the documentation of HashMap::Entry. For the time being only copyable keys can utilise these methods

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.