Struct ms_doc_md_parser::MdListItem
source · pub struct MdListItem { /* private fields */ }
Trait Implementations§
source§impl Clone for MdListItem
impl Clone for MdListItem
source§fn clone(&self) -> MdListItem
fn clone(&self) -> MdListItem
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MdListItem
impl Debug for MdListItem
source§impl PartialEq<MdListItem> for MdListItem
impl PartialEq<MdListItem> for MdListItem
source§fn eq(&self, other: &MdListItem) -> bool
fn eq(&self, other: &MdListItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.