Struct Geometry

Source
pub struct Geometry;
Expand description

SQL type which may be used in table definition.

#[macro_use] extern crate diesel;
table! {
   use postgis_diesel::sql_types::*;
   use diesel::sql_types::*;
   geometry_example (id) {
       id -> Int4,
       point -> Nullable<Geometry>,
       linestring -> Geometry,
   }
}

Trait Implementations§

Source§

impl<'__expr, '__expr2, T> AsExpression<Geometry> for &'__expr2 &'__expr GeometryCollection<T>

Source§

type Expression = Bound<Geometry, &'__expr2 &'__expr GeometryCollection<T>>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<'__expr, '__expr2, T> AsExpression<Geometry> for &'__expr2 &'__expr GeometryContainer<T>

Source§

type Expression = Bound<Geometry, &'__expr2 &'__expr GeometryContainer<T>>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<'__expr, '__expr2, T> AsExpression<Geometry> for &'__expr2 &'__expr LineString<T>

Source§

type Expression = Bound<Geometry, &'__expr2 &'__expr LineString<T>>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<'__expr, '__expr2, T> AsExpression<Geometry> for &'__expr2 &'__expr MultiLineString<T>

Source§

type Expression = Bound<Geometry, &'__expr2 &'__expr MultiLineString<T>>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<'__expr, '__expr2, T> AsExpression<Geometry> for &'__expr2 &'__expr MultiPoint<T>

Source§

type Expression = Bound<Geometry, &'__expr2 &'__expr MultiPoint<T>>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<'__expr, '__expr2, T> AsExpression<Geometry> for &'__expr2 &'__expr MultiPolygon<T>

Source§

type Expression = Bound<Geometry, &'__expr2 &'__expr MultiPolygon<T>>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<'__expr, '__expr2> AsExpression<Geometry> for &'__expr2 &'__expr Point

Source§

type Expression = Bound<Geometry, &'__expr2 &'__expr Point>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<'__expr, '__expr2> AsExpression<Geometry> for &'__expr2 &'__expr PointM

Source§

type Expression = Bound<Geometry, &'__expr2 &'__expr PointM>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<'__expr, '__expr2> AsExpression<Geometry> for &'__expr2 &'__expr PointZ

Source§

type Expression = Bound<Geometry, &'__expr2 &'__expr PointZ>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<'__expr, '__expr2> AsExpression<Geometry> for &'__expr2 &'__expr PointZM

Source§

type Expression = Bound<Geometry, &'__expr2 &'__expr PointZM>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<'__expr, '__expr2, T> AsExpression<Geometry> for &'__expr2 &'__expr Polygon<T>

Source§

type Expression = Bound<Geometry, &'__expr2 &'__expr Polygon<T>>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<'__expr, T> AsExpression<Geometry> for &'__expr GeometryCollection<T>

Source§

type Expression = Bound<Geometry, &'__expr GeometryCollection<T>>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<'__expr, T> AsExpression<Geometry> for &'__expr GeometryContainer<T>

Source§

type Expression = Bound<Geometry, &'__expr GeometryContainer<T>>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<'__expr, T> AsExpression<Geometry> for &'__expr LineString<T>

Source§

type Expression = Bound<Geometry, &'__expr LineString<T>>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<'__expr, T> AsExpression<Geometry> for &'__expr MultiLineString<T>

Source§

type Expression = Bound<Geometry, &'__expr MultiLineString<T>>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<'__expr, T> AsExpression<Geometry> for &'__expr MultiPoint<T>

Source§

type Expression = Bound<Geometry, &'__expr MultiPoint<T>>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<'__expr, T> AsExpression<Geometry> for &'__expr MultiPolygon<T>

Source§

type Expression = Bound<Geometry, &'__expr MultiPolygon<T>>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<'__expr> AsExpression<Geometry> for &'__expr Point

Source§

type Expression = Bound<Geometry, &'__expr Point>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<'__expr> AsExpression<Geometry> for &'__expr PointM

Source§

type Expression = Bound<Geometry, &'__expr PointM>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<'__expr> AsExpression<Geometry> for &'__expr PointZ

Source§

type Expression = Bound<Geometry, &'__expr PointZ>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<'__expr> AsExpression<Geometry> for &'__expr PointZM

Source§

type Expression = Bound<Geometry, &'__expr PointZM>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<'__expr, T> AsExpression<Geometry> for &'__expr Polygon<T>

Source§

type Expression = Bound<Geometry, &'__expr Polygon<T>>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<T> AsExpression<Geometry> for GeometryCollection<T>

Source§

type Expression = Bound<Geometry, GeometryCollection<T>>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<T> AsExpression<Geometry> for GeometryContainer<T>

Source§

type Expression = Bound<Geometry, GeometryContainer<T>>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<T> AsExpression<Geometry> for LineString<T>

Source§

type Expression = Bound<Geometry, LineString<T>>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<T> AsExpression<Geometry> for MultiLineString<T>

Source§

type Expression = Bound<Geometry, MultiLineString<T>>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<T> AsExpression<Geometry> for MultiPoint<T>

Source§

type Expression = Bound<Geometry, MultiPoint<T>>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<T> AsExpression<Geometry> for MultiPolygon<T>

Source§

type Expression = Bound<Geometry, MultiPolygon<T>>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl AsExpression<Geometry> for Point

Source§

type Expression = Bound<Geometry, Point>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl AsExpression<Geometry> for PointM

Source§

type Expression = Bound<Geometry, PointM>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl AsExpression<Geometry> for PointZ

Source§

type Expression = Bound<Geometry, PointZ>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl AsExpression<Geometry> for PointZM

Source§

type Expression = Bound<Geometry, PointZM>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl<T> AsExpression<Geometry> for Polygon<T>

Source§

type Expression = Bound<Geometry, Polygon<T>>

The expression being returned
Source§

fn as_expression(self) -> Self::Expression

Perform the conversion
Source§

impl Clone for Geometry

Source§

fn clone(&self) -> Geometry

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T> FromSql<Geometry, Pg> for GeometryCollection<T>
where T: PointT + Debug + Clone,

Source§

fn from_sql(bytes: PgValue<'_>) -> Result<Self>

See the trait documentation.
Source§

fn from_nullable_sql( bytes: Option<<DB as Backend>::RawValue<'_>>, ) -> Result<Self, Box<dyn Error + Sync + Send>>

A specialized variant of from_sql for handling null values. Read more
Source§

impl<T> FromSql<Geometry, Pg> for GeometryContainer<T>
where T: PointT + Debug + Clone + FromSql<Geometry, Pg>,

Source§

fn from_sql(bytes: PgValue<'_>) -> Result<Self>

See the trait documentation.
Source§

fn from_nullable_sql( bytes: Option<<DB as Backend>::RawValue<'_>>, ) -> Result<Self, Box<dyn Error + Sync + Send>>

A specialized variant of from_sql for handling null values. Read more
Source§

impl<T> FromSql<Geometry, Pg> for LineString<T>
where T: PointT + Debug + Clone,

Source§

fn from_sql(bytes: PgValue<'_>) -> Result<Self>

See the trait documentation.
Source§

fn from_nullable_sql( bytes: Option<<DB as Backend>::RawValue<'_>>, ) -> Result<Self, Box<dyn Error + Sync + Send>>

A specialized variant of from_sql for handling null values. Read more
Source§

impl<T> FromSql<Geometry, Pg> for MultiLineString<T>
where T: PointT + Debug + Clone,

Source§

fn from_sql(bytes: PgValue<'_>) -> Result<Self>

See the trait documentation.
Source§

fn from_nullable_sql( bytes: Option<<DB as Backend>::RawValue<'_>>, ) -> Result<Self, Box<dyn Error + Sync + Send>>

A specialized variant of from_sql for handling null values. Read more
Source§

impl<T> FromSql<Geometry, Pg> for MultiPoint<T>
where T: PointT + Debug + Clone,

Source§

fn from_sql(bytes: PgValue<'_>) -> Result<Self>

See the trait documentation.
Source§

fn from_nullable_sql( bytes: Option<<DB as Backend>::RawValue<'_>>, ) -> Result<Self, Box<dyn Error + Sync + Send>>

A specialized variant of from_sql for handling null values. Read more
Source§

impl<T> FromSql<Geometry, Pg> for MultiPolygon<T>
where T: PointT + Debug + Clone,

Source§

fn from_sql(bytes: PgValue<'_>) -> Result<Self>

See the trait documentation.
Source§

fn from_nullable_sql( bytes: Option<<DB as Backend>::RawValue<'_>>, ) -> Result<Self, Box<dyn Error + Sync + Send>>

A specialized variant of from_sql for handling null values. Read more
Source§

impl FromSql<Geometry, Pg> for Point

Source§

fn from_sql(bytes: PgValue<'_>) -> Result<Self>

See the trait documentation.
Source§

fn from_nullable_sql( bytes: Option<<DB as Backend>::RawValue<'_>>, ) -> Result<Self, Box<dyn Error + Sync + Send>>

A specialized variant of from_sql for handling null values. Read more
Source§

impl FromSql<Geometry, Pg> for PointM

Source§

fn from_sql(bytes: PgValue<'_>) -> Result<Self>

See the trait documentation.
Source§

fn from_nullable_sql( bytes: Option<<DB as Backend>::RawValue<'_>>, ) -> Result<Self, Box<dyn Error + Sync + Send>>

A specialized variant of from_sql for handling null values. Read more
Source§

impl FromSql<Geometry, Pg> for PointZ

Source§

fn from_sql(bytes: PgValue<'_>) -> Result<Self>

See the trait documentation.
Source§

fn from_nullable_sql( bytes: Option<<DB as Backend>::RawValue<'_>>, ) -> Result<Self, Box<dyn Error + Sync + Send>>

A specialized variant of from_sql for handling null values. Read more
Source§

impl FromSql<Geometry, Pg> for PointZM

Source§

fn from_sql(bytes: PgValue<'_>) -> Result<Self>

See the trait documentation.
Source§

fn from_nullable_sql( bytes: Option<<DB as Backend>::RawValue<'_>>, ) -> Result<Self, Box<dyn Error + Sync + Send>>

A specialized variant of from_sql for handling null values. Read more
Source§

impl<T> FromSql<Geometry, Pg> for Polygon<T>
where T: PointT + Debug + Clone,

Source§

fn from_sql(bytes: PgValue<'_>) -> Result<Self>

See the trait documentation.
Source§

fn from_nullable_sql( bytes: Option<<DB as Backend>::RawValue<'_>>, ) -> Result<Self, Box<dyn Error + Sync + Send>>

A specialized variant of from_sql for handling null values. Read more
Source§

impl HasSqlType<Geometry> for Pg

Source§

fn metadata(lookup: &mut Self::MetadataLookup) -> PgTypeMetadata

Fetch the metadata for the given type Read more
Source§

impl QueryId for Geometry

Source§

const HAS_STATIC_QUERY_ID: bool = true

Can the SQL generated by Self be uniquely identified by its type? Read more
Source§

type QueryId = Geometry

A type which uniquely represents Self in a SQL query. Read more
Source§

fn query_id() -> Option<TypeId>

Returns the type id of Self::QueryId if Self::HAS_STATIC_QUERY_ID. Returns None otherwise. Read more
Source§

impl SqlType for Geometry

Source§

type IsNull = NotNull

Is this type nullable? Read more
Source§

impl<T> ToSql<Geometry, Pg> for GeometryCollection<T>
where T: PointT + Debug + PartialEq + Clone + EwkbSerializable,

Source§

fn to_sql(&self, out: &mut Output<'_, '_, Pg>) -> Result

See the trait documentation.
Source§

impl<T> ToSql<Geometry, Pg> for GeometryContainer<T>
where T: PointT + Debug + PartialEq + Clone + EwkbSerializable + ToSql<Geometry, Pg>,

Source§

fn to_sql(&self, out: &mut Output<'_, '_, Pg>) -> Result

See the trait documentation.
Source§

impl<T> ToSql<Geometry, Pg> for LineString<T>
where T: PointT + Debug + EwkbSerializable,

Source§

fn to_sql(&self, out: &mut Output<'_, '_, Pg>) -> Result

See the trait documentation.
Source§

impl<T> ToSql<Geometry, Pg> for MultiLineString<T>
where T: PointT + Debug + PartialEq + EwkbSerializable + Clone,

Source§

fn to_sql(&self, out: &mut Output<'_, '_, Pg>) -> Result

See the trait documentation.
Source§

impl<T> ToSql<Geometry, Pg> for MultiPoint<T>
where T: PointT + Debug + EwkbSerializable,

Source§

fn to_sql(&self, out: &mut Output<'_, '_, Pg>) -> Result

See the trait documentation.
Source§

impl<T> ToSql<Geometry, Pg> for MultiPolygon<T>
where T: PointT + Debug + PartialEq + Clone + EwkbSerializable,

Source§

fn to_sql(&self, out: &mut Output<'_, '_, Pg>) -> Result

See the trait documentation.
Source§

impl ToSql<Geometry, Pg> for Point

Source§

fn to_sql(&self, out: &mut Output<'_, '_, Pg>) -> Result

See the trait documentation.
Source§

impl ToSql<Geometry, Pg> for PointM

Source§

fn to_sql(&self, out: &mut Output<'_, '_, Pg>) -> Result

See the trait documentation.
Source§

impl ToSql<Geometry, Pg> for PointZ

Source§

fn to_sql(&self, out: &mut Output<'_, '_, Pg>) -> Result

See the trait documentation.
Source§

impl ToSql<Geometry, Pg> for PointZM

Source§

fn to_sql(&self, out: &mut Output<'_, '_, Pg>) -> Result

See the trait documentation.
Source§

impl<T> ToSql<Geometry, Pg> for Polygon<T>
where T: PointT + Debug + PartialEq + Clone + EwkbSerializable,

Source§

fn to_sql(&self, out: &mut Output<'_, '_, Pg>) -> Result

See the trait documentation.
Source§

impl Copy for Geometry

Source§

impl GeoType for Geometry

Source§

impl SingleValue for Geometry

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dst: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
Source§

impl<ST, U, DB> CompatibleType<U, DB> for ST
where DB: Backend, ST: SqlType + SingleValue, U: FromSqlRow<ST, DB>,

Source§

type SqlType = ST

Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoNotNullable for T
where T: SqlType<IsNull = NotNull>,

Source§

type NotNullable = T

The not nullable representation of this type. Read more
Source§

impl<T> IntoNullable for T
where T: SqlType<IsNull = NotNull> + SingleValue,

Source§

type Nullable = Nullable<T>

The nullable representation of this type. Read more
Source§

impl<T> IntoSql for T

Source§

fn into_sql<T>(self) -> Self::Expression

Convert self to an expression for Diesel’s query builder. Read more
Source§

fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
where &'a Self: AsExpression<T>, T: SqlType + TypedExpressionType,

Convert &self to an expression for Diesel’s query builder. Read more
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<ST> TypedExpressionType for ST
where ST: SingleValue,