pub enum DecoderBody {
Completed(Vec<u8>),
Partial(Vec<u8>),
}
Variants§
Auto Trait Implementations§
impl Freeze for DecoderBody
impl RefUnwindSafe for DecoderBody
impl Send for DecoderBody
impl Sync for DecoderBody
impl Unpin for DecoderBody
impl UnwindSafe for DecoderBody
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