pub struct PostGisGeometry {}
Trait Implementations§
Source§impl Codec for PostGisGeometry
impl Codec for PostGisGeometry
Auto Trait Implementations§
impl Freeze for PostGisGeometry
impl RefUnwindSafe for PostGisGeometry
impl Send for PostGisGeometry
impl Sync for PostGisGeometry
impl Unpin for PostGisGeometry
impl UnwindSafe for PostGisGeometry
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