pub struct List {
pub ltype: ListType,
pub items: Vec<Paragraph>,
pub tags: Tags,
pub props: Props,
}Expand description
Lists are fine-grained structure in a document.
Fields§
§ltype: ListType§items: Vec<Paragraph>§props: PropsImplementations§
Trait Implementations§
Source§impl PruneIncodoc for List
impl PruneIncodoc for List
fn prune_errors(&mut self)
fn prune_contentless(&mut self)
fn is_contentless(&self) -> bool
impl Eq for List
impl StructuralPartialEq for List
Auto Trait Implementations§
impl Freeze for List
impl RefUnwindSafe for List
impl Send for List
impl Sync for List
impl Unpin for List
impl UnwindSafe for List
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