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