Crate postgis_diesel[][src]

Modules

sql_types

Structs

GeometryCollectionC

Container for a postgis::ewkb::GeometryCollectionT, use that structure in Insertable or Queryable struct.

LineStringC

Container for a postgis::ewkb::LineStringT, use that structure in Insertable or Queryable struct.

MultiLineStringC

Container for a postgis::ewkb::MultiLineStringT, use that structure in Insertable or Queryable struct.

MultiPointC

Container for a postgis::ewkb::MultiPointT, use that structure in Insertable or Queryable struct.

MultiPolygonC

Container for a postgis::ewkb::MultiPolygonT, use that structure in Insertable or Queryable struct.

PointC

Container for a postgis::ewkb::Point, use that structure in Insertable or Queryable struct.

PolygonC

Container for a postgis::ewkb::PolygonT, use that structure in Insertable or Queryable struct.