Struct street_index::roads2csv::InputStreetValue[][src]

pub struct InputStreetValue {
    pub street_name: StreetName,
    pub position: GridPosition,
}

Input street to the deduplicator - the street must have a name and a position (such as "A9")

Fields

Trait Implementations

impl Debug for InputStreetValue
[src]

Formats the value using the given formatter. Read more

impl Clone for InputStreetValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for InputStreetValue
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for InputStreetValue
[src]

impl Hash for InputStreetValue
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations