pub enum HeaderPartDecodeStatus {
Success(Response),
Again,
BufferTooSmall,
EOF,
}
Variants§
Auto Trait Implementations§
impl Freeze for HeaderPartDecodeStatus
impl !RefUnwindSafe for HeaderPartDecodeStatus
impl Send for HeaderPartDecodeStatus
impl Sync for HeaderPartDecodeStatus
impl Unpin for HeaderPartDecodeStatus
impl !UnwindSafe for HeaderPartDecodeStatus
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