pub enum SpellCheckerFactory {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpellCheckerFactory
impl RefUnwindSafe for SpellCheckerFactory
impl Send for SpellCheckerFactory
impl Sync for SpellCheckerFactory
impl Unpin for SpellCheckerFactory
impl UnwindSafe for SpellCheckerFactory
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