pub struct LineString;
Expand description
The MySQL LINESTRING
type.
Trait Implementations§
Source§impl Clone for LineString
impl Clone for LineString
Source§fn clone(&self) -> LineString
fn clone(&self) -> LineString
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 LineString
impl Debug for LineString
Source§impl Default for LineString
impl Default for LineString
Source§fn default() -> LineString
fn default() -> LineString
Returns the “default value” for a type. Read more
Source§impl From<LineString> for Geometry
impl From<LineString> for Geometry
Source§fn from(_: LineString) -> Geometry
fn from(_: LineString) -> Geometry
Converts to this type from the input type.
Source§impl FromSql<LineString, Mysql> for LineString
impl FromSql<LineString, Mysql> for LineString
Source§impl FromSql<LineString, Mysql> for LineString<f64>
impl FromSql<LineString, Mysql> for LineString<f64>
Source§impl HasSqlType<LineString> for Mysql
impl HasSqlType<LineString> for Mysql
Source§impl QueryId for LineString
impl QueryId for LineString
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 = LineString
type QueryId = LineString
A type which uniquely represents
Self
in a SQL query. Read moreSource§impl ToSql<LineString, Mysql> for LineString
impl ToSql<LineString, Mysql> for LineString
Source§impl ToSql<LineString, Mysql> for LineString<f64>
impl ToSql<LineString, Mysql> for LineString<f64>
impl Copy for LineString
impl NotNull for LineString
impl SingleValue for LineString
Auto Trait Implementations§
impl Freeze for LineString
impl RefUnwindSafe for LineString
impl Send for LineString
impl Sync for LineString
impl Unpin for LineString
impl UnwindSafe for LineString
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