Struct direction::CardinalDirections [] [src]

pub struct CardinalDirections;

Represents a collection of the respectively-named type of direction

Trait Implementations

impl Debug for CardinalDirections
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CardinalDirections
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CardinalDirections
[src]

impl IntoIterator for CardinalDirections
[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

Auto Trait Implementations