Struct dsnp_graph_core::dsnp::compression::DeflateCompression
source · pub struct DeflateCompression;
Expand description
Deflate Compression algorithm
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DeflateCompression
impl Send for DeflateCompression
impl Sync for DeflateCompression
impl Unpin for DeflateCompression
impl UnwindSafe for DeflateCompression
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