pub enum HeaderParseError {
InvalidFormat,
InvalidName,
InvalidValue,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HeaderParseError
impl RefUnwindSafe for HeaderParseError
impl Send for HeaderParseError
impl Sync for HeaderParseError
impl Unpin for HeaderParseError
impl UnwindSafe for HeaderParseError
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