pub struct GPKGPoint(pub Point<f64>);Tuple Fields§
§0: Point<f64>Trait Implementations§
Source§impl FromSql for GPKGPoint
impl FromSql for GPKGPoint
Source§fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>
fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>
Converts SQLite value into Rust value.
Source§impl GeoPackageWKB for GPKGPoint
impl GeoPackageWKB for GPKGPoint
Auto Trait Implementations§
impl Freeze for GPKGPoint
impl RefUnwindSafe for GPKGPoint
impl Send for GPKGPoint
impl Sync for GPKGPoint
impl Unpin for GPKGPoint
impl UnsafeUnpin for GPKGPoint
impl UnwindSafe for GPKGPoint
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