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 duplicate 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 Freeze for DoNotAutoCompressPictures
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