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