pub struct QuoteHandler { /* private fields */ }
Trait Implementations§
Source§impl Default for QuoteHandler
impl Default for QuoteHandler
Source§fn default() -> QuoteHandler
fn default() -> QuoteHandler
Returns the “default value” for a type. Read more
Source§impl TagHandler for QuoteHandler
impl TagHandler for QuoteHandler
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 QuoteHandler
impl RefUnwindSafe for QuoteHandler
impl Send for QuoteHandler
impl Sync for QuoteHandler
impl Unpin for QuoteHandler
impl UnwindSafe for QuoteHandler
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