Struct html2md::tables::TableHandler
source · [−]pub struct TableHandler;Trait Implementations
sourceimpl Default for TableHandler
impl Default for TableHandler
sourcefn default() -> TableHandler
fn default() -> TableHandler
Returns the “default value” for a type. Read more
sourceimpl TagHandler for TableHandler
impl TagHandler for TableHandler
sourcefn 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 Read more
sourcefn 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 RefUnwindSafe for TableHandler
impl Send for TableHandler
impl Sync for TableHandler
impl Unpin for TableHandler
impl UnwindSafe for TableHandler
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