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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more