Struct docx_rust::document::SoftHyphen
source · pub struct SoftHyphen {}
Trait Implementations§
source§impl Clone for SoftHyphen
impl Clone for SoftHyphen
source§fn clone(&self) -> SoftHyphen
fn clone(&self) -> SoftHyphen
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 SoftHyphen
impl Debug for SoftHyphen
source§impl Default for SoftHyphen
impl Default for SoftHyphen
source§fn default() -> SoftHyphen
fn default() -> SoftHyphen
Returns the “default value” for a type. Read more
source§impl<'a> From<SoftHyphen> for RunContent<'a>
impl<'a> From<SoftHyphen> for RunContent<'a>
source§fn from(original: SoftHyphen) -> RunContent<'a>
fn from(original: SoftHyphen) -> RunContent<'a>
Converts to this type from the input type.