Enum ink::block_tokenizer::RawLine [] [src]

pub enum RawLine {
    Divider,
    Text(String),
}

Variants

Trait Implementations

impl Debug for RawLine
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for RawLine
[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 Eq for RawLine
[src]