pub struct FieldLzGraph;Expand description
Standard graph: Field-level LZ compression
Trait Implementations§
Source§impl GraphFn for FieldLzGraph
impl GraphFn for FieldLzGraph
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 FieldLzGraph
impl RefUnwindSafe for FieldLzGraph
impl Send for FieldLzGraph
impl Sync for FieldLzGraph
impl Unpin for FieldLzGraph
impl UnwindSafe for FieldLzGraph
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