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