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
source§impl<'__input> XmlRead<'__input> for DoNotAutoCompressPictures
impl<'__input> XmlRead<'__input> for DoNotAutoCompressPictures
Auto Trait Implementations§
impl RefUnwindSafe for DoNotAutoCompressPictures
impl Send for DoNotAutoCompressPictures
impl Sync for DoNotAutoCompressPictures
impl Unpin for DoNotAutoCompressPictures
impl UnwindSafe for DoNotAutoCompressPictures
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more