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