pub struct DefaultChunkCompressor;Trait Implementations§
Source§impl Debug for DefaultChunkCompressor
impl Debug for DefaultChunkCompressor
Source§impl Default for DefaultChunkCompressor
impl Default for DefaultChunkCompressor
Source§fn default() -> DefaultChunkCompressor
fn default() -> DefaultChunkCompressor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DefaultChunkCompressor
impl RefUnwindSafe for DefaultChunkCompressor
impl Send for DefaultChunkCompressor
impl Sync for DefaultChunkCompressor
impl Unpin for DefaultChunkCompressor
impl UnsafeUnpin for DefaultChunkCompressor
impl UnwindSafe for DefaultChunkCompressor
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