pub struct GeometryCollection;
Expand description
The MySQL GEOMETRYCOLLECTION
type.
Trait Implementations§
Source§impl Clone for GeometryCollection
impl Clone for GeometryCollection
Source§fn clone(&self) -> GeometryCollection
fn clone(&self) -> GeometryCollection
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GeometryCollection
impl Debug for GeometryCollection
Source§impl Default for GeometryCollection
impl Default for GeometryCollection
Source§fn default() -> GeometryCollection
fn default() -> GeometryCollection
Returns the “default value” for a type. Read more
Source§impl From<GeometryCollection> for Geometry
impl From<GeometryCollection> for Geometry
Source§fn from(_: GeometryCollection) -> Geometry
fn from(_: GeometryCollection) -> Geometry
Converts to this type from the input type.
Source§impl FromSql<GeometryCollection, Mysql> for GeometryCollection
impl FromSql<GeometryCollection, Mysql> for GeometryCollection
Source§impl FromSql<GeometryCollection, Mysql> for GeometryCollection<f64>
impl FromSql<GeometryCollection, Mysql> for GeometryCollection<f64>
Source§impl HasSqlType<GeometryCollection> for Mysql
impl HasSqlType<GeometryCollection> for Mysql
Source§impl QueryId for GeometryCollection
impl QueryId for GeometryCollection
Source§const HAS_STATIC_QUERY_ID: bool = true
const HAS_STATIC_QUERY_ID: bool = true
Can the SQL generated by
Self
be uniquely identified by its type? Read moreSource§type QueryId = GeometryCollection
type QueryId = GeometryCollection
A type which uniquely represents
Self
in a SQL query. Read moreSource§impl ToSql<GeometryCollection, Mysql> for GeometryCollection
impl ToSql<GeometryCollection, Mysql> for GeometryCollection
Source§impl ToSql<GeometryCollection, Mysql> for GeometryCollection<f64>
impl ToSql<GeometryCollection, Mysql> for GeometryCollection<f64>
impl Copy for GeometryCollection
impl NotNull for GeometryCollection
impl SingleValue for GeometryCollection
Auto Trait Implementations§
impl Freeze for GeometryCollection
impl RefUnwindSafe for GeometryCollection
impl Send for GeometryCollection
impl Sync for GeometryCollection
impl Unpin for GeometryCollection
impl UnwindSafe for GeometryCollection
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoNullable for Twhere
T: NotNull,
impl<T> IntoNullable for Twhere
T: NotNull,
Source§impl<T> IntoSql for T
impl<T> IntoSql for T
Source§fn into_sql<T>(self) -> Self::Expressionwhere
Self: Sized + AsExpression<T>,
fn into_sql<T>(self) -> Self::Expressionwhere
Self: Sized + AsExpression<T>,
Convert
self
to an expression for Diesel’s query builder. Read moreSource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expressionwhere
&'a Self: AsExpression<T>,
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expressionwhere
&'a Self: AsExpression<T>,
Convert
&self
to an expression for Diesel’s query builder. Read more