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