struct ElemInfo {
html_name: Option<LocalName>,
ignore_children: bool,
}
Fields§
§html_name: Option<LocalName>
§ignore_children: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ElemInfo
impl RefUnwindSafe for ElemInfo
impl Send for ElemInfo
impl Sync for ElemInfo
impl Unpin for ElemInfo
impl UnwindSafe for ElemInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more