pub struct TransportFailure {
pub source: Error,
pub method: Method,
pub url: Url,
}Fieldsยง
ยงsource: Errorยงmethod: Methodยงurl: UrlTrait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for TransportFailure
impl !RefUnwindSafe for TransportFailure
impl Send for TransportFailure
impl Sync for TransportFailure
impl Unpin for TransportFailure
impl !UnwindSafe for TransportFailure
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