pub enum PlaceKind {
Show 14 variants
Continent,
Country,
Region,
State,
Province,
County,
City,
Town,
Village,
Neighborhood,
Landmark,
NaturalFeature,
Unknown,
Custom(String),
}Variants§
Continent
Country
Region
State
Province
County
City
Town
Village
Neighborhood
Landmark
NaturalFeature
Unknown
Custom(String)
Trait Implementations§
Source§impl Ord for PlaceKind
impl Ord for PlaceKind
Source§impl PartialOrd for PlaceKind
impl PartialOrd for PlaceKind
impl Eq for PlaceKind
impl StructuralPartialEq for PlaceKind
Auto Trait Implementations§
impl Freeze for PlaceKind
impl RefUnwindSafe for PlaceKind
impl Send for PlaceKind
impl Sync for PlaceKind
impl Unpin for PlaceKind
impl UnsafeUnpin for PlaceKind
impl UnwindSafe for PlaceKind
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