pub struct ChunkGraph;
Trait Implementations§
Source§impl GraphDefinition for ChunkGraph
impl GraphDefinition for ChunkGraph
Auto Trait Implementations§
impl Freeze for ChunkGraph
impl RefUnwindSafe for ChunkGraph
impl Send for ChunkGraph
impl Sync for ChunkGraph
impl Unpin for ChunkGraph
impl UnwindSafe for ChunkGraph
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