Struct rust_rcs_core::http::decompress::Decompressor
source · pub struct Decompressor { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Decompressor
impl Send for Decompressor
impl !Sync for Decompressor
impl Unpin for Decompressor
impl !UnwindSafe for Decompressor
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