Struct rsdb::Stack [] [src]

pub struct Stack<T> { /* fields omitted */ }

Methods

impl<T> Stack<T>
[src]

compare and push

attempt consolidation

Trait Implementations

impl<T: Clone> Clone for Stack<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T> Default for Stack<T>
[src]

Returns the "default value" for a type. Read more

impl<T: Debug> Debug for Stack<T>
[src]

Formats the value using the given formatter.

impl<T> Drop for Stack<T>
[src]

A method called when the value goes out of scope. Read more

impl<'a, T> IntoIterator for &'a Stack<T>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more