pub struct RawEncoder { /* private fields */ }Expand description
Streaming Raw encoder.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawEncoder
impl RefUnwindSafe for RawEncoder
impl Send for RawEncoder
impl Sync for RawEncoder
impl Unpin for RawEncoder
impl UnsafeUnpin for RawEncoder
impl UnwindSafe for RawEncoder
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