pub struct HTTPDecompressor;Implementations§
Trait Implementations§
Source§impl Analyzer for HTTPDecompressor
impl Analyzer for HTTPDecompressor
Source§fn process<'life0, 'async_trait>(
&'life0 mut self,
stream: EventStream,
) -> Pin<Box<dyn Future<Output = Result<EventStream, AnalyzerError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn process<'life0, 'async_trait>(
&'life0 mut self,
stream: EventStream,
) -> Pin<Box<dyn Future<Output = Result<EventStream, AnalyzerError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Process an event stream and return a processed stream
Source§impl Default for HTTPDecompressor
impl Default for HTTPDecompressor
Source§fn default() -> HTTPDecompressor
fn default() -> HTTPDecompressor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HTTPDecompressor
impl RefUnwindSafe for HTTPDecompressor
impl Send for HTTPDecompressor
impl Sync for HTTPDecompressor
impl Unpin for HTTPDecompressor
impl UnsafeUnpin for HTTPDecompressor
impl UnwindSafe for HTTPDecompressor
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