Struct postgis::ewkb::GeometryCollectionT [] [src]

pub struct GeometryCollectionT<P: Point + EwkbRead> {
    pub geometries: Vec<GeometryT<P>>,
}

Fields

Methods

impl<P> GeometryCollectionT<P> where
    P: Point + EwkbRead
[src]

Trait Implementations

impl<P: Debug + Point + EwkbRead> Debug for GeometryCollectionT<P>
[src]

Formats the value using the given formatter.

impl<P> EwkbRead for GeometryCollectionT<P> where
    P: Point + EwkbRead
[src]

impl<P> FromSql for GeometryCollectionT<P> where
    P: Point + EwkbRead
[src]

Creates a new value of this type from a buffer of data of the specified Postgres Type in its binary format. Read more

Determines if a value of this type can be created from the specified Postgres Type. Read more

Creates a new value of this type from a NULL SQL value. Read more

A convenience function that delegates to from_sql and from_sql_null depending on the value of raw. Read more