Struct reproto_ast::Code [] [src]

pub struct Code<'input> {
    pub attributes: Vec<Loc<Attribute<'input>>>,
    pub context: Loc<Cow<'input, str>>,
    pub content: Vec<Cow<'input, str>>,
}

A contextual code-block.

Fields

Trait Implementations

impl<'input> Debug for Code<'input>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'input> PartialEq for Code<'input>
[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<'input> Eq for Code<'input>
[src]

Auto Trait Implementations

impl<'input> Send for Code<'input>

impl<'input> Sync for Code<'input>