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