pub enum Geography {
Mountains,
Coastal,
Desert,
Forest,
Plains,
RiverValley,
}
Expand description
Geographic environment that influences phonology.
Variants§
Mountains
Mountains: glottal stops, ejectives, shorter words, abrupt sounds
Coastal
Coast/Maritime: liquid consonants, flowing sounds, longer words
Desert
Deserts: emphatic consonants, guttural sounds, pharyngeal consonants
Forest
Forests: softer sounds, breathy voice, nasal harmony
Plains
Plains: balanced phoneme distribution, neutral features
RiverValley
River valleys: balanced with slight bias toward liquids
Trait Implementations§
impl Copy for Geography
impl Eq for Geography
impl StructuralPartialEq for Geography
Auto Trait Implementations§
impl Freeze for Geography
impl RefUnwindSafe for Geography
impl Send for Geography
impl Sync for Geography
impl Unpin for Geography
impl UnwindSafe for Geography
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