pub struct ParagraphBreakElement {
pub span: Span,
}Fields§
§span: SpanTrait Implementations§
Source§impl Clone for ParagraphBreakElement
impl Clone for ParagraphBreakElement
Source§fn clone(&self) -> ParagraphBreakElement
fn clone(&self) -> ParagraphBreakElement
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 moreSource§impl Debug for ParagraphBreakElement
impl Debug for ParagraphBreakElement
Auto Trait Implementations§
impl Freeze for ParagraphBreakElement
impl RefUnwindSafe for ParagraphBreakElement
impl Send for ParagraphBreakElement
impl Sync for ParagraphBreakElement
impl Unpin for ParagraphBreakElement
impl UnsafeUnpin for ParagraphBreakElement
impl UnwindSafe for ParagraphBreakElement
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