pub struct Point;Trait Implementations§
impl Assignable for Point
impl Assignable<Point> for Any
impl Compatible for Point
impl Compatible<Any> for Point
impl Compatible<Placeholder> for Point
impl Compatible<Point> for Any
impl Copy for Point
impl DataType for Point
Source§impl DefaultCastTypeName for Point
impl DefaultCastTypeName for Point
const CAST_TYPE_NAME: &'static str = "POINT"
impl Eq for Point
Source§impl SQLTypeToRust<PostgresDialect> for Point
Available on non-crate feature geo-types only.
impl SQLTypeToRust<PostgresDialect> for Point
Available on non-crate feature
geo-types only.impl StructuralPartialEq for Point
Auto Trait Implementations§
impl Freeze for Point
impl RefUnwindSafe for Point
impl Send for Point
impl Sync for Point
impl Unpin for Point
impl UnsafeUnpin for Point
impl UnwindSafe for Point
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