pub enum Case {
Unknown,
Nominative,
Accusative,
Dative,
Genitive,
}Expand description
Grammatical case axis.
Defaults to Case::Unknown. Additional cases (instrumental, locative,
ablative, etc.) are reserved for v2 when Finnish/Russian/etc. become targets.
Variants§
Trait Implementations§
impl Copy for Case
impl Eq for Case
impl StructuralPartialEq for Case
Auto Trait Implementations§
impl Freeze for Case
impl RefUnwindSafe for Case
impl Send for Case
impl Sync for Case
impl Unpin for Case
impl UnsafeUnpin for Case
impl UnwindSafe for Case
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