pub struct HtmlEmitter;Expand description
Emitter for HTML output.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HtmlEmitter
impl RefUnwindSafe for HtmlEmitter
impl Send for HtmlEmitter
impl Sync for HtmlEmitter
impl Unpin for HtmlEmitter
impl UnsafeUnpin for HtmlEmitter
impl UnwindSafe for HtmlEmitter
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