pub enum RangeParseError {
Malformed,
}Expand description
Errors from parsing a Range header.
Variants§
Malformed
The header is malformed or uses an unsupported unit.
Trait Implementations§
Source§impl Debug for RangeParseError
impl Debug for RangeParseError
impl Eq for RangeParseError
Source§impl PartialEq for RangeParseError
impl PartialEq for RangeParseError
impl StructuralPartialEq for RangeParseError
Auto Trait Implementations§
impl Freeze for RangeParseError
impl RefUnwindSafe for RangeParseError
impl Send for RangeParseError
impl Sync for RangeParseError
impl Unpin for RangeParseError
impl UnsafeUnpin for RangeParseError
impl UnwindSafe for RangeParseError
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