Crate push_trait [−] [src]
Structs
| PushedVal |
Represents a pushed value that has been dropped. |
Enums
| Nothing |
Represents that no value is ever pushed out on a push. |
Traits
| 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 |
| PushRefBack |
Alternative to |
| PushRefFront |
Alternative to |