pub struct HttpFailure {
pub code: StatusCode,
pub method: Method,
pub url: Url,
pub body: String,
}Fieldsยง
ยงcode: StatusCodeยงmethod: Methodยงurl: Urlยงbody: StringTrait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for HttpFailure
impl RefUnwindSafe for HttpFailure
impl Send for HttpFailure
impl Sync for HttpFailure
impl Unpin for HttpFailure
impl UnwindSafe for HttpFailure
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