pub enum RegularError {
InvalidGenitiveEnding(),
InvalidThirdDeclensionSingularGenitive(),
InvalidSingularNominative(),
InvalidSingularGenitive(),
InvalidSingularNominativeAndGenitive(),
InconsistenGrouping(Option<Group>),
}Variants§
InvalidGenitiveEnding()
InvalidThirdDeclensionSingularGenitive()
InvalidSingularNominative()
InvalidSingularGenitive()
InvalidSingularNominativeAndGenitive()
InconsistenGrouping(Option<Group>)
Trait Implementations§
Source§impl Clone for RegularError
impl Clone for RegularError
Source§fn clone(&self) -> RegularError
fn clone(&self) -> RegularError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RegularError
impl Debug for RegularError
Auto Trait Implementations§
impl Freeze for RegularError
impl RefUnwindSafe for RegularError
impl Send for RegularError
impl Sync for RegularError
impl Unpin for RegularError
impl UnwindSafe for RegularError
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