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