pub enum GeoFormat {
Geo,
Bgeo,
Obj,
}
Variants
Geo
Bgeo
Obj
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GeoFormat
impl Send for GeoFormat
impl Sync for GeoFormat
impl Unpin for GeoFormat
impl UnwindSafe for GeoFormat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more