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