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