Struct lichen::parse::DefBlock [] [src]

pub struct DefBlock {
    pub name: String,
    pub def: HashMap<String, Var>,
}

Fields

Trait Implementations

impl Debug for DefBlock
[src]

Formats the value using the given formatter.

impl PartialEq for DefBlock
[src]

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

This method tests for !=.