Struct rbatis_codegen::code_gen::html_loader::Element
source · [−]pub struct Element {
pub tag: String,
pub data: String,
pub attrs: HashMap<String, String>,
pub childs: Vec<Element>,
}
Fields
tag: String
data: String
attrs: HashMap<String, String>
childs: Vec<Element>
Trait Implementations
impl Eq for Element
impl StructuralEq for Element
impl StructuralPartialEq for Element
Auto Trait Implementations
impl RefUnwindSafe for Element
impl Send for Element
impl Sync for Element
impl Unpin for Element
impl UnwindSafe for Element
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more