Struct direction::DirectionsCardinal [] [src]

pub struct DirectionsCardinal;

Represents a particular collection of Directions

Trait Implementations

impl Debug for DirectionsCardinal
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DirectionsCardinal
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DirectionsCardinal
[src]

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