pub struct HtmlOutput;Expand description
HTML output formatter.
Implementations§
Source§impl HtmlOutput
impl HtmlOutput
Trait Implementations§
Source§impl Default for HtmlOutput
impl Default for HtmlOutput
Source§impl OutputFormat for HtmlOutput
impl OutputFormat for HtmlOutput
Auto Trait Implementations§
impl Freeze for HtmlOutput
impl RefUnwindSafe for HtmlOutput
impl Send for HtmlOutput
impl Sync for HtmlOutput
impl Unpin for HtmlOutput
impl UnwindSafe for HtmlOutput
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