Struct subscript_compiler::codegen::html::Element [−][src]
pub struct Element<'a> {
pub name: Text<'a>,
pub attributes: HashMap<Text<'a>, Text<'a>>,
pub children: Vec<Node<'a>>,
}Fields
name: Text<'a>attributes: HashMap<Text<'a>, Text<'a>>children: Vec<Node<'a>>Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Element<'a>impl<'a> UnwindSafe for Element<'a>Blanket Implementations
Mutably borrows from an owned value. Read more