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