Struct lichen::parse::SrcBlock [] [src]

pub struct SrcBlock {
    pub name: String,
    pub src: Vec<Src>,
    pub idx: usize,
    pub visited: bool,
    pub or_valid: bool,
    pub logic: HashMap<String, LogicFn>,
}

Fields

Trait Implementations

impl Debug for SrcBlock
[src]

Formats the value using the given formatter.

impl PartialEq for SrcBlock
[src]

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

This method tests for !=.