pub struct RecreateStreamProcessor { /* private fields */ }
Expand description
recreates the original deflate stream, piece-by-piece
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RecreateStreamProcessor
impl !RefUnwindSafe for RecreateStreamProcessor
impl !Send for RecreateStreamProcessor
impl !Sync for RecreateStreamProcessor
impl Unpin for RecreateStreamProcessor
impl !UnwindSafe for RecreateStreamProcessor
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