Struct geoq_wkt::types::MultiPolygon[][src]

pub struct MultiPolygon<T: CoordType>(pub Vec<Polygon<T>>);

Methods

impl<T: CoordType> MultiPolygon<T>
[src]

Trait Implementations

impl<T: Default + CoordType> Default for MultiPolygon<T>
[src]

Returns the "default value" for a type. Read more

impl<T: CoordType> Display for MultiPolygon<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for MultiPolygon<T> where
    T: Send

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