Struct docx_rust::settings::IgnoreMixedContent
source · pub struct IgnoreMixedContent {
pub val: Option<bool>,
}
Fields§
§val: Option<bool>
Trait Implementations§
source§impl Clone for IgnoreMixedContent
impl Clone for IgnoreMixedContent
source§fn clone(&self) -> IgnoreMixedContent
fn clone(&self) -> IgnoreMixedContent
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 IgnoreMixedContent
impl Debug for IgnoreMixedContent
source§impl Default for IgnoreMixedContent
impl Default for IgnoreMixedContent
source§fn default() -> IgnoreMixedContent
fn default() -> IgnoreMixedContent
Returns the “default value” for a type. Read more