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