pub struct OccupiedMutSliceEntry<'c, V> { /* private fields */ }

Trait Implementations

the type of the keys in the collection

get the key value pair, immutably borrowed

get the key value pair. the key is immutably borrowed, and the value immutably. Read more

convert the entry into key value pair. the key is immutably borrowed, and the value immutably. Read more

get the next occupied entry after this one.

the type of the values in the collection

get the value, immutably borrowed.

get the value, mutably borrowed.

convert the entry into a mutable to the value.

replace the value in the entry, returning the old value.

get the previous occupied entry after this one.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.