Struct index_queue::IndexQueue [] [src]

pub struct IndexQueue { /* fields omitted */ }

Methods

impl IndexQueue
[src]

Push an index to the back of the queue if it does not already exist. Returns whether the index did not already exist.

Trait Implementations

impl Clone for IndexQueue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for IndexQueue
[src]

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

impl Debug for IndexQueue
[src]

Formats the value using the given formatter.