pub struct ZstdGraph;Expand description
Standard graph: ZSTD compression (general purpose)
Trait Implementations§
Source§impl GraphFn for ZstdGraph
impl GraphFn for ZstdGraph
Source§fn build_graph(&self, _compressor: &mut Compressor) -> GraphId
fn build_graph(&self, _compressor: &mut Compressor) -> GraphId
Build the compression graph using the provided Compressor. Read more
Auto Trait Implementations§
impl Freeze for ZstdGraph
impl RefUnwindSafe for ZstdGraph
impl Send for ZstdGraph
impl Sync for ZstdGraph
impl Unpin for ZstdGraph
impl UnwindSafe for ZstdGraph
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