Enum rust_rcs_core::http::decode::HeaderPartDecodeStatus
source · pub enum HeaderPartDecodeStatus {
Success(Response),
Again,
BufferTooSmall,
EOF,
}
Variants§
Auto Trait Implementations§
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