pub struct GzipDecompressor;Trait Implementations§
Source§impl Decompressor for GzipDecompressor
impl Decompressor for GzipDecompressor
Source§fn decompress_body<'life0, 'life1, 'async_trait>(
&'life0 self,
response: &'life1 mut DeboaResponse,
) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
fn decompress_body<'life0, 'life1, 'async_trait>(
&'life0 self,
response: &'life1 mut DeboaResponse,
) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
This method decompress the body of the response. Read more
Source§impl PartialEq for GzipDecompressor
impl PartialEq for GzipDecompressor
impl StructuralPartialEq for GzipDecompressor
Auto Trait Implementations§
impl Freeze for GzipDecompressor
impl RefUnwindSafe for GzipDecompressor
impl Send for GzipDecompressor
impl Sync for GzipDecompressor
impl Unpin for GzipDecompressor
impl UnwindSafe for GzipDecompressor
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