Enum capnpc::codegen::FormattedText [] [src]

pub enum FormattedText {
    Indent(Box<FormattedText>),
    Branch(Vec<FormattedText>),
    Line(String),
    BlankLine,
}

Variants

Trait Implementations

impl PartialEq for FormattedText
[src]

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

This method tests for !=.

impl Clone for FormattedText
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more