Struct docx_rust::document::SoftHyphen
source · [−]pub struct SoftHyphen {}
Trait Implementations
sourceimpl Clone for SoftHyphen
impl Clone for SoftHyphen
sourcefn clone(&self) -> SoftHyphen
fn clone(&self) -> SoftHyphen
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 SoftHyphen
impl Debug for SoftHyphen
sourceimpl Default for SoftHyphen
impl Default for SoftHyphen
sourcefn default() -> SoftHyphen
fn default() -> SoftHyphen
Returns the “default value” for a type. Read more
sourceimpl<'a> From<SoftHyphen> for RunContent<'a>
impl<'a> From<SoftHyphen> for RunContent<'a>
sourcefn from(original: SoftHyphen) -> RunContent<'a>
fn from(original: SoftHyphen) -> RunContent<'a>
Converts to this type from the input type.
sourceimpl<'__input> XmlRead<'__input> for SoftHyphen
impl<'__input> XmlRead<'__input> for SoftHyphen
Auto Trait Implementations
impl RefUnwindSafe for SoftHyphen
impl Send for SoftHyphen
impl Sync for SoftHyphen
impl Unpin for SoftHyphen
impl UnwindSafe for SoftHyphen
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