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.
source§impl<'__input> XmlRead<'__input> for NoBreakHyphen
impl<'__input> XmlRead<'__input> for NoBreakHyphen
Auto Trait Implementations§
impl RefUnwindSafe for NoBreakHyphen
impl Send for NoBreakHyphen
impl Sync for NoBreakHyphen
impl Unpin for NoBreakHyphen
impl UnwindSafe for NoBreakHyphen
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more