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 Freeze for DoNotIncludeSubdocsInStats
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