pub struct SoftBreak {
pub meta: NodeMeta,
}Expand description
A soft line break: a plain newline within a paragraph.
Fields§
§meta: NodeMetaNode metadata (source span).
Trait Implementations§
impl Eq for SoftBreak
impl StructuralPartialEq for SoftBreak
Auto Trait Implementations§
impl Freeze for SoftBreak
impl RefUnwindSafe for SoftBreak
impl Send for SoftBreak
impl Sync for SoftBreak
impl Unpin for SoftBreak
impl UnsafeUnpin for SoftBreak
impl UnwindSafe for SoftBreak
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