pub struct LineString;Trait Implementations§
impl Assignable for LineString
impl Assignable<LineString> for Any
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Compatible for LineString
impl Compatible<Any> for LineString
impl Compatible<LineString> for Any
impl Compatible<Placeholder> for LineString
impl Copy for LineString
impl DataType for LineString
Source§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 DefaultCastTypeName for LineString
impl DefaultCastTypeName for LineString
const CAST_TYPE_NAME: &'static str = "PATH"
impl Eq for LineString
Source§impl Hash for LineString
impl Hash for LineString
Source§impl PartialEq for LineString
impl PartialEq for LineString
Source§impl SQLTypeToRust<PostgresDialect> for LineString
Available on non-crate feature geo-types only.
impl SQLTypeToRust<PostgresDialect> for LineString
Available on non-crate feature
geo-types only.impl StructuralPartialEq 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 UnsafeUnpin 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