Struct docx_rust::document::NoBreakHyphen
source · [−]pub struct NoBreakHyphen;
Trait Implementations
sourceimpl Clone for NoBreakHyphen
impl Clone for NoBreakHyphen
sourcefn clone(&self) -> NoBreakHyphen
fn clone(&self) -> NoBreakHyphen
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for NoBreakHyphen
impl Debug for NoBreakHyphen
sourceimpl Default for NoBreakHyphen
impl Default for NoBreakHyphen
sourcefn default() -> NoBreakHyphen
fn default() -> NoBreakHyphen
Returns the “default value” for a type. Read more
sourceimpl<'a> From<NoBreakHyphen> for RunContent<'a>
impl<'a> From<NoBreakHyphen> for RunContent<'a>
sourcefn from(original: NoBreakHyphen) -> RunContent<'a>
fn from(original: NoBreakHyphen) -> RunContent<'a>
Converts to this type from the input type.
sourceimpl<'__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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more