pub struct AsyncStreamingCompressor { /* private fields */ }Expand description
Async streaming compressor wrapper.
Wraps a StreamingCompressor for use with async streams.
Implementations§
Source§impl AsyncStreamingCompressor
impl AsyncStreamingCompressor
Auto Trait Implementations§
impl Freeze for AsyncStreamingCompressor
impl !RefUnwindSafe for AsyncStreamingCompressor
impl Send for AsyncStreamingCompressor
impl Sync for AsyncStreamingCompressor
impl Unpin for AsyncStreamingCompressor
impl !UnwindSafe for AsyncStreamingCompressor
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
Source§impl<T> Injectable for T
impl<T> Injectable for T
Source§fn type_id_of() -> TypeIdwhere
Self: Sized,
fn type_id_of() -> TypeIdwhere
Self: Sized,
Returns the TypeId of this type (for internal use)
Source§fn type_name_of() -> &'static strwhere
Self: Sized,
fn type_name_of() -> &'static strwhere
Self: Sized,
Returns the type name for debugging