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