pub struct RawHtml {
pub bytes: Vec<u8>,
pub url: Url,
pub content_type: String,
pub status: u16,
}Fields§
§bytes: Vec<u8>§url: Url§content_type: String§status: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawHtml
impl RefUnwindSafe for RawHtml
impl Send for RawHtml
impl Sync for RawHtml
impl Unpin for RawHtml
impl UnsafeUnpin for RawHtml
impl UnwindSafe for RawHtml
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