pub struct NoCompressor;Expand description
无压缩器(直通)
Trait Implementations§
Source§impl Compressor for NoCompressor
impl Compressor for NoCompressor
Source§fn algorithm(&self) -> CompressionAlgorithm
fn algorithm(&self) -> CompressionAlgorithm
获取压缩算法类型
Auto Trait Implementations§
impl Freeze for NoCompressor
impl RefUnwindSafe for NoCompressor
impl Send for NoCompressor
impl Sync for NoCompressor
impl Unpin for NoCompressor
impl UnsafeUnpin for NoCompressor
impl UnwindSafe for NoCompressor
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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