Struct mediawiki_parser::List [−][src]
List of items. The ListItemKind of its children
can be heterogenous.
Fields
position: Span
content: Vec<Element>
Trait Implementations
impl Debug for List[src]
impl Debug for Listfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for List[src]
impl PartialEq for Listfn eq(&self, other: &List) -> bool[src]
fn eq(&self, other: &List) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &List) -> bool[src]
fn ne(&self, other: &List) -> boolThis method tests for !=.
impl Clone for List[src]
impl Clone for List