pub struct MarkdownLine { /* private fields */ }Expand description
A single rendered markdown line made up of styled segments.
Implementations§
Trait Implementations§
Source§impl Clone for MarkdownLine
impl Clone for MarkdownLine
Source§impl Debug for MarkdownLine
impl Debug for MarkdownLine
Auto Trait Implementations§
impl Freeze for MarkdownLine
impl RefUnwindSafe for MarkdownLine
impl Send for MarkdownLine
impl Sync for MarkdownLine
impl Unpin for MarkdownLine
impl UnsafeUnpin for MarkdownLine
impl UnwindSafe for MarkdownLine
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