pub struct DummyLinkedListVacantEntry<'c, V> { /* private fields */ }
Expand description

Vacant entry of a LinkedList.

This is either the beginning of the linked list, the end, or

Trait Implementations

this may be the head of the linked list, which preceeds the 0 indexed item.

Get a reference to the key an item will be inserted with.

Consume self and return the contained key.

get the next occupied entry after this one.

get the previous occupied entry after this one.

The type of OccupiedEntry we convert to when inserting.

The type of values in the collection.

insert the val using the owned key, returning the occupied entry

insert the val using the owned key. Read more

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.