pub struct StreamingSerializer { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for StreamingSerializer
impl RefUnwindSafe for StreamingSerializer
impl Send for StreamingSerializer
impl Sync for StreamingSerializer
impl Unpin for StreamingSerializer
impl UnwindSafe for StreamingSerializer
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