pub struct Html { /* private fields */ }Implementations§
Trait Implementations§
Source§impl ToTokens for Html
impl ToTokens for Html
fn to_token_stream(&self) -> TokenStream
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