Crate push_trait [] [src]

Structs

PushedVal

Represents a pushed value that has been dropped.

Traits

Append

Alternative to Push<&mut T>.

Insert

A mutable, ordered collection into which items can be inserted at an index.

InsertRef

Alternative to PushOrdered<&T>.

Push

A mutable collection onto which items can be added to an arbitrary location in the collection.

PushBack

A mutable collection onto which items can be added "at the end."

PushFront

A mutable collection onto which items can be added "at the beginning."

PushRef

Alternative to Push<&T>.

PushRefBack

Alternative to PushBack<&T>.

PushRefFront

Alternative to PushFront<&T>.

PushSorted

A mutable collection onto which items can be added while retaining a sorting variant.