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