pub enum GeoUnit {
Meters,
Kilometers,
Miles,
Feet,
}
Expand description
Distance Unit
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GeoUnit
impl RefUnwindSafe for GeoUnit
impl Send for GeoUnit
impl Sync for GeoUnit
impl Unpin for GeoUnit
impl UnwindSafe for GeoUnit
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