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.
Source§impl<'__input> XmlRead<'__input> for SoftHyphen
impl<'__input> XmlRead<'__input> for SoftHyphen
Auto Trait Implementations§
impl Freeze for SoftHyphen
impl RefUnwindSafe for SoftHyphen
impl Send for SoftHyphen
impl Sync for SoftHyphen
impl Unpin for SoftHyphen
impl UnwindSafe for SoftHyphen
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