pub struct ListMeta {
pub id: String,
pub level: usize,
pub ordered: bool,
}Fields§
§id: StringGoogle Docs list identifier.
level: usizeNesting level, zero-based.
ordered: boolWhether Markdown should render this list item with an ordered marker.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListMeta
impl RefUnwindSafe for ListMeta
impl Send for ListMeta
impl Sync for ListMeta
impl Unpin for ListMeta
impl UnsafeUnpin for ListMeta
impl UnwindSafe for ListMeta
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