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