pub struct HtmlContent {
pub html: String,
}Fields§
§html: StringTrait Implementations§
Source§impl Clone for HtmlContent
impl Clone for HtmlContent
Source§fn clone(&self) -> HtmlContent
fn clone(&self) -> HtmlContent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HtmlContent
impl Debug for HtmlContent
Auto Trait Implementations§
impl Freeze for HtmlContent
impl RefUnwindSafe for HtmlContent
impl Send for HtmlContent
impl Sync for HtmlContent
impl Unpin for HtmlContent
impl UnsafeUnpin for HtmlContent
impl UnwindSafe for HtmlContent
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