Struct http_cache_reqwest::BadRequest
source · pub struct BadRequest;
Expand description
Error type for request parsing failure
Trait Implementations§
source§impl Clone for BadRequest
impl Clone for BadRequest
source§fn clone(&self) -> BadRequest
fn clone(&self) -> BadRequest
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BadRequest
impl Debug for BadRequest
source§impl Default for BadRequest
impl Default for BadRequest
source§fn default() -> BadRequest
fn default() -> BadRequest
Returns the “default value” for a type. Read more
source§impl Display for BadRequest
impl Display for BadRequest
source§impl Error for BadRequest
impl Error for BadRequest
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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()
impl Copy for BadRequest
Auto Trait Implementations§
impl RefUnwindSafe for BadRequest
impl Send for BadRequest
impl Sync for BadRequest
impl Unpin for BadRequest
impl UnwindSafe for BadRequest
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