pub enum TypoType {
All,
Corrected,
NotCorrected,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypoType
impl RefUnwindSafe for TypoType
impl Send for TypoType
impl Sync for TypoType
impl Unpin for TypoType
impl UnwindSafe for TypoType
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