pub struct DummyHandler;
Trait Implementations§
Source§impl Default for DummyHandler
impl Default for DummyHandler
Source§fn default() -> DummyHandler
fn default() -> DummyHandler
Returns the “default value” for a type. Read more
Source§impl TagHandler for DummyHandler
impl TagHandler for DummyHandler
Source§fn handle(&mut self, _tag: &Handle, _printer: &mut StructuredPrinter)
fn handle(&mut self, _tag: &Handle, _printer: &mut StructuredPrinter)
Handle tag encountered when walking HTML tree.
This is executed before the children processing
Source§fn after_handle(&mut self, _printer: &mut StructuredPrinter)
fn after_handle(&mut self, _printer: &mut StructuredPrinter)
Executed after all children of this tag have been processed
fn skip_descendants(&self) -> bool
Auto Trait Implementations§
impl Freeze for DummyHandler
impl RefUnwindSafe for DummyHandler
impl Send for DummyHandler
impl Sync for DummyHandler
impl Unpin for DummyHandler
impl UnwindSafe for DummyHandler
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