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 Debug for DisplayList
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DisplayList
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for DisplayList
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl From<Vec<DisplayLine>> for DisplayList
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for DisplayList

impl Sync for DisplayList