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