pub struct OptionSuggester { /* private fields */ }
Expand description
Provides suggestions for misspelled options
Implementations§
Source§impl OptionSuggester
impl OptionSuggester
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for OptionSuggester
impl RefUnwindSafe for OptionSuggester
impl Send for OptionSuggester
impl Sync for OptionSuggester
impl Unpin for OptionSuggester
impl UnwindSafe for OptionSuggester
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