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