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