Struct comrak::Ast [] [src]

pub struct Ast {
    pub value: NodeValue,
    pub content: String,
    pub start_line: u32,
    pub start_column: usize,
    pub end_line: u32,
    pub end_column: usize,
    pub open: bool,
    pub last_line_blank: bool,
}

Fields

Trait Implementations

impl Debug for Ast
[src]

Formats the value using the given formatter.

impl Clone for Ast
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more