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