Struct libspelling_sys::SpellingChecker
source · #[repr(C)]pub struct SpellingChecker { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpellingChecker
impl RefUnwindSafe for SpellingChecker
impl !Send for SpellingChecker
impl !Sync for SpellingChecker
impl !Unpin for SpellingChecker
impl UnwindSafe for SpellingChecker
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