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