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 Freeze for NoBreakHyphen
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