pub struct HttpNot200 {
pub code: u32,
pub url: String,
}Fields§
§code: u32§url: StringTrait Implementations§
Source§impl Debug for HttpNot200
impl Debug for HttpNot200
Source§impl Display for HttpNot200
impl Display for HttpNot200
Source§impl Error for HttpNot200
impl Error for HttpNot200
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for HttpNot200
impl RefUnwindSafe for HttpNot200
impl Send for HttpNot200
impl Sync for HttpNot200
impl Unpin for HttpNot200
impl UnsafeUnpin for HttpNot200
impl UnwindSafe for HttpNot200
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