pub enum GeoUnit {
Meters,
Kilometers,
Feet,
Miles,
}Expand description
Distance unit for geo commands.
Variants§
Trait Implementations§
impl Copy for GeoUnit
impl Eq for GeoUnit
impl StructuralPartialEq for GeoUnit
Auto Trait Implementations§
impl Freeze for GeoUnit
impl RefUnwindSafe for GeoUnit
impl Send for GeoUnit
impl Sync for GeoUnit
impl Unpin for GeoUnit
impl UnsafeUnpin 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