pub struct ParagraphHardBreak { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ParagraphHardBreak
impl Clone for ParagraphHardBreak
Source§fn clone(&self) -> ParagraphHardBreak
fn clone(&self) -> ParagraphHardBreak
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ParagraphHardBreak
impl RefUnwindSafe for ParagraphHardBreak
impl Send for ParagraphHardBreak
impl Sync for ParagraphHardBreak
impl Unpin for ParagraphHardBreak
impl UnsafeUnpin for ParagraphHardBreak
impl UnwindSafe for ParagraphHardBreak
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