pub struct Html { /* private fields */ }Implementations§
Trait Implementations§
Source§impl From<Html> for LieResponse
impl From<Html> for LieResponse
Source§fn from(val: Html) -> LieResponse
fn from(val: Html) -> LieResponse
Converts to this type from the input type.
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