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.

impl Clone for Neighbors
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more