Struct annotate_snippets::display_list::DisplayList [] [src]

pub struct DisplayList {
    pub body: Vec<DisplayLine>,
}

Fields

Trait Implementations

impl From<Snippet> for DisplayList
[src]

[src]

Performs the conversion.

impl Display for DisplayList
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DisplayList

impl Sync for DisplayList