Struct html2md::lists::ListHandler
source · pub struct ListHandler;
Trait Implementations§
source§impl Default for ListHandler
impl Default for ListHandler
source§fn default() -> ListHandler
fn default() -> ListHandler
Returns the “default value” for a type. Read more
source§impl TagHandler for ListHandler
impl TagHandler for ListHandler
source§fn handle(&mut self, _tag: &Handle, printer: &mut StructuredPrinter)
fn handle(&mut self, _tag: &Handle, printer: &mut StructuredPrinter)
we’re entering “ul” or “ol” tag, no “li” handling here
source§fn after_handle(&mut self, printer: &mut StructuredPrinter)
fn after_handle(&mut self, printer: &mut StructuredPrinter)
indent now-ready list
fn skip_descendants(&self) -> bool
Auto Trait Implementations§
impl RefUnwindSafe for ListHandler
impl Send for ListHandler
impl Sync for ListHandler
impl Unpin for ListHandler
impl UnwindSafe for ListHandler
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