Struct direction::Directions [] [src]

pub struct Directions;

Represents a collection of the respectively-named type of direction

Trait Implementations

impl Clone for Directions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Directions
[src]

impl IntoIterator for Directions
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more