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