pub enum ChunkParseError {
HashNoMatch,
IllegalContent,
Io(String),
}Variants§
Auto Trait Implementations§
impl Freeze for ChunkParseError
impl RefUnwindSafe for ChunkParseError
impl Send for ChunkParseError
impl Sync for ChunkParseError
impl Unpin for ChunkParseError
impl UnsafeUnpin for ChunkParseError
impl UnwindSafe for ChunkParseError
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