Struct reform::structure::ElementPrinter[][src]

pub struct ElementPrinter<'a> {
    pub element: &'a Element,
    pub var_info: &'a GlobalVarInfo,
    pub print_mode: PrintMode,
}

Fields

Trait Implementations

impl<'a> Display for ElementPrinter<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for ElementPrinter<'a>

impl<'a> Sync for ElementPrinter<'a>