pub struct List<'a> { /* private fields */ }
Expand description
Bulleted or numbered list
Implementations§
Trait Implementations§
Source§impl<'a> AsMarkdown<'a> for List<'a>
impl<'a> AsMarkdown<'a> for List<'a>
Source§impl MarkdownWritable for &List<'_>
impl MarkdownWritable for &List<'_>
Auto Trait Implementations§
impl<'a> Freeze for List<'a>
impl<'a> !RefUnwindSafe for List<'a>
impl<'a> !Send for List<'a>
impl<'a> !Sync for List<'a>
impl<'a> Unpin for List<'a>
impl<'a> !UnwindSafe for List<'a>
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