Struct annotate_snippets::display_list::DisplayList
[−]
[src]
pub struct DisplayList {
pub body: Vec<DisplayLine>,
}Fields
body: Vec<DisplayLine>
Trait Implementations
impl Debug for DisplayList[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl PartialEq for DisplayList[src]
fn eq(&self, __arg_0: &DisplayList) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DisplayList) -> bool[src]
This method tests for !=.