pub struct HideSpellingErrors {
pub val: Option<bool>,
}
Fields§
§val: Option<bool>
Trait Implementations§
Source§impl Clone for HideSpellingErrors
impl Clone for HideSpellingErrors
Source§fn clone(&self) -> HideSpellingErrors
fn clone(&self) -> HideSpellingErrors
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HideSpellingErrors
impl Debug for HideSpellingErrors
Source§impl Default for HideSpellingErrors
impl Default for HideSpellingErrors
Source§fn default() -> HideSpellingErrors
fn default() -> HideSpellingErrors
Returns the “default value” for a type. Read more
Source§impl<'__input> XmlRead<'__input> for HideSpellingErrors
impl<'__input> XmlRead<'__input> for HideSpellingErrors
Auto Trait Implementations§
impl Freeze for HideSpellingErrors
impl RefUnwindSafe for HideSpellingErrors
impl Send for HideSpellingErrors
impl Sync for HideSpellingErrors
impl Unpin for HideSpellingErrors
impl UnwindSafe for HideSpellingErrors
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