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