pub struct CompressionMethodTy(pub CompressionMethod);
Tuple Fields§
§0: CompressionMethod
Trait Implementations§
Source§impl Debug for CompressionMethodTy
impl Debug for CompressionMethodTy
Source§impl Into<CompressionMethod> for CompressionMethodTy
impl Into<CompressionMethod> for CompressionMethodTy
Source§fn into(self) -> CompressionMethod
fn into(self) -> CompressionMethod
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for CompressionMethodTy
impl RefUnwindSafe for CompressionMethodTy
impl Send for CompressionMethodTy
impl Sync for CompressionMethodTy
impl Unpin for CompressionMethodTy
impl UnwindSafe for CompressionMethodTy
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