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