pub struct HtmlAdapter {}Implementations§
Source§impl HtmlAdapter
impl HtmlAdapter
Trait Implementations§
Source§impl Default for HtmlAdapter
impl Default for HtmlAdapter
Source§fn default() -> HtmlAdapter
fn default() -> HtmlAdapter
Returns the “default value” for a type. Read more
Source§impl OutputAdapter for HtmlAdapter
impl OutputAdapter for HtmlAdapter
Auto Trait Implementations§
impl Freeze for HtmlAdapter
impl RefUnwindSafe for HtmlAdapter
impl Send for HtmlAdapter
impl Sync for HtmlAdapter
impl Unpin for HtmlAdapter
impl UnsafeUnpin for HtmlAdapter
impl UnwindSafe for HtmlAdapter
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