Struct docx_rust::settings::HideSpellingErrors
source · 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 copy 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 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