Struct direction::DirectionsOrdinal [] [src]

pub struct DirectionsOrdinal;

Represents a particular collection of Directions

Trait Implementations

impl Debug for DirectionsOrdinal
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DirectionsOrdinal
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DirectionsOrdinal
[src]

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