pub enum Compression {
None,
Undefined,
Zlib,
}Expand description
Possible means of compressing binary data stored in (i)mzML
Variants§
None
No compression
Undefined
Compression has not been defined in the metadata
Zlib
Z-lib compression
Implementations§
Source§impl Compression
impl Compression
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Compression
impl RefUnwindSafe for Compression
impl Send for Compression
impl Sync for Compression
impl Unpin for Compression
impl UnwindSafe for Compression
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