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