pub struct SpellingError(/* private fields */);
Expand description
A spelling error.
Implementations§
Auto Trait Implementations§
impl Freeze for SpellingError
impl RefUnwindSafe for SpellingError
impl Send for SpellingError
impl Sync for SpellingError
impl Unpin for SpellingError
impl UnwindSafe for SpellingError
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