pub enum Mood {
Indicative,
Conditional,
}Expand description
Grammatical mood — indicative (factual) vs conditional (“would …”).
Variants§
Indicative
Conditional
Conditional: “would rename” / “would be renamed”. Only pairs with Simple or Perfect aspect; ignores tense.
Trait Implementations§
impl Copy for Mood
impl Eq for Mood
impl StructuralPartialEq for Mood
Auto Trait Implementations§
impl Freeze for Mood
impl RefUnwindSafe for Mood
impl Send for Mood
impl Sync for Mood
impl Unpin for Mood
impl UnsafeUnpin for Mood
impl UnwindSafe for Mood
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