Struct annotate_snippets::snippet::Snippet [] [src]

pub struct Snippet {
    pub title: Option<Annotation>,
    pub footer: Vec<Annotation>,
    pub slices: Vec<Slice>,
}

Primary structure provided for formatting

Fields

Trait Implementations

impl From<Snippet> for DisplayList
[src]
[+]

[src]
[]

Performs the conversion.

impl Debug for Snippet
[src]
[+]

[src]
[]

Formats the value using the given formatter. Read more

impl Clone for Snippet
[src]
[+]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Snippet

impl Sync for Snippet