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