pub struct HttpBlob { /* private fields */ }
Expand description
A blob backed by an HTTP/HTTPS connection.
Implementations§
Trait Implementations§
Source§impl Blob for HttpBlob
impl Blob for HttpBlob
Auto Trait Implementations§
impl !Freeze for HttpBlob
impl !RefUnwindSafe for HttpBlob
impl Send for HttpBlob
impl Sync for HttpBlob
impl Unpin for HttpBlob
impl !UnwindSafe for HttpBlob
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