pub struct CompressionLayer;Expand description
The compression layer to be used
Implementations§
Trait Implementations§
Source§impl Clone for CompressionLayer
impl Clone for CompressionLayer
Source§fn clone(&self) -> CompressionLayer
fn clone(&self) -> CompressionLayer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CompressionLayer
impl Debug for CompressionLayer
Source§impl Default for CompressionLayer
impl Default for CompressionLayer
Auto Trait Implementations§
impl Freeze for CompressionLayer
impl RefUnwindSafe for CompressionLayer
impl Send for CompressionLayer
impl Sync for CompressionLayer
impl Unpin for CompressionLayer
impl UnwindSafe for CompressionLayer
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