pub struct CleanedHtml {
pub html: String,
pub thumbnail: Option<String>,
}Fields§
§html: String§thumbnail: Option<String>Auto Trait Implementations§
impl Freeze for CleanedHtml
impl RefUnwindSafe for CleanedHtml
impl Send for CleanedHtml
impl Sync for CleanedHtml
impl Unpin for CleanedHtml
impl UnwindSafe for CleanedHtml
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