pub struct InvalidIfRange;Expand description
An error returned when parsing an If-Range header fails.
Trait Implementations§
Source§impl Clone for InvalidIfRange
impl Clone for InvalidIfRange
Source§fn clone(&self) -> InvalidIfRange
fn clone(&self) -> InvalidIfRange
Returns a duplicate 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 InvalidIfRange
impl Debug for InvalidIfRange
Source§impl Display for InvalidIfRange
impl Display for InvalidIfRange
Source§impl Error for InvalidIfRange
impl Error for InvalidIfRange
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()
Source§impl PartialEq for InvalidIfRange
impl PartialEq for InvalidIfRange
impl Eq for InvalidIfRange
impl StructuralPartialEq for InvalidIfRange
Auto Trait Implementations§
impl Freeze for InvalidIfRange
impl RefUnwindSafe for InvalidIfRange
impl Send for InvalidIfRange
impl Sync for InvalidIfRange
impl Unpin for InvalidIfRange
impl UnsafeUnpin for InvalidIfRange
impl UnwindSafe for InvalidIfRange
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