pub struct CompressionVersion;Trait Implementations§
Source§impl HasVersion for CompressionVersion
impl HasVersion for CompressionVersion
Source§fn version(&self) -> SystemVersion
fn version(&self) -> SystemVersion
Returns the version information for this component
Auto Trait Implementations§
impl Freeze for CompressionVersion
impl RefUnwindSafe for CompressionVersion
impl Send for CompressionVersion
impl Sync for CompressionVersion
impl Unpin for CompressionVersion
impl UnwindSafe for CompressionVersion
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