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