pub struct StoreGraph;Expand description
Standard graph: Store (no compression, useful for testing)
Trait Implementations§
Source§impl GraphFn for StoreGraph
impl GraphFn for StoreGraph
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 StoreGraph
impl RefUnwindSafe for StoreGraph
impl Send for StoreGraph
impl Sync for StoreGraph
impl Unpin for StoreGraph
impl UnwindSafe for StoreGraph
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