pub enum Locationmode {
Iso3,
UsaStates,
CountryNames,
GeojsonId,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Locationmode
impl RefUnwindSafe for Locationmode
impl Send for Locationmode
impl Sync for Locationmode
impl Unpin for Locationmode
impl UnwindSafe for Locationmode
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