pub struct HtmlPrinter;Trait Implementations§
Auto Trait Implementations§
impl Freeze for HtmlPrinter
impl RefUnwindSafe for HtmlPrinter
impl Send for HtmlPrinter
impl Sync for HtmlPrinter
impl Unpin for HtmlPrinter
impl UnwindSafe for HtmlPrinter
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