Struct geohash::Rect[][src]

pub struct Rect<T> where
    T: CoordinateType
{ pub min: Coordinate<T>, pub max: Coordinate<T>, }

Fields

Trait Implementations

impl<T> Clone for Rect<T> where
    T: Clone + CoordinateType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T> Debug for Rect<T> where
    T: Debug + CoordinateType
[src]

Formats the value using the given formatter. Read more

impl<T> Copy for Rect<T> where
    T: Copy + CoordinateType
[src]

impl<T> PartialEq<Rect<T>> for Rect<T> where
    T: PartialEq<T> + CoordinateType
[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<T> Send for Rect<T> where
    T: Send

impl<T> Sync for Rect<T> where
    T: Sync