pub struct SpellingDictionary { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpellingDictionary
impl RefUnwindSafe for SpellingDictionary
impl !Send for SpellingDictionary
impl !Sync for SpellingDictionary
impl !Unpin for SpellingDictionary
impl UnsafeUnpin for SpellingDictionary
impl UnwindSafe for SpellingDictionary
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