Struct html_editor::Element
source · [−]Expand description
HTML Element
Fields
name: Stringattrs: Vec<(String, String)>children: Vec<Node>Implementations
Trait Implementations
sourceimpl Editable for Element
impl Editable for Element
sourceimpl Htmlifiable for Element
impl Htmlifiable 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