Struct http_cache::BadVersion
source · pub struct BadVersion;Expand description
Error type for unknown http versions
Trait Implementations§
source§impl Clone for BadVersion
impl Clone for BadVersion
source§fn clone(&self) -> BadVersion
fn clone(&self) -> BadVersion
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 BadVersion
impl Debug for BadVersion
source§impl Default for BadVersion
impl Default for BadVersion
source§fn default() -> BadVersion
fn default() -> BadVersion
Returns the “default value” for a type. Read more
source§impl Display for BadVersion
impl Display for BadVersion
source§impl Error for BadVersion
impl Error for BadVersion
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()