pub struct GeospatialBinaryProtocol;Expand description
Geospatial binary protocol optimizations
Implementations§
Auto Trait Implementations§
impl Freeze for GeospatialBinaryProtocol
impl RefUnwindSafe for GeospatialBinaryProtocol
impl Send for GeospatialBinaryProtocol
impl Sync for GeospatialBinaryProtocol
impl Unpin for GeospatialBinaryProtocol
impl UnsafeUnpin for GeospatialBinaryProtocol
impl UnwindSafe for GeospatialBinaryProtocol
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