Struct geohash::Neighbors[][src]

pub struct Neighbors {
    pub sw: String,
    pub s: String,
    pub se: String,
    pub w: String,
    pub e: String,
    pub nw: String,
    pub n: String,
    pub ne: String,
}

Fields

Trait Implementations

impl Debug for Neighbors
[src]

Formats the value using the given formatter. Read more

impl Clone for Neighbors
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Neighbors
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Neighbors

impl Sync for Neighbors