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 Freeze for ListHandler
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