pub struct ChunkLoadGraph;Trait Implementations§
Source§impl GraphDefinition for ChunkLoadGraph
impl GraphDefinition for ChunkLoadGraph
type Id = ChunkId
type Label = ChunkId
type EdgeMeta = ChunkChild
type NodeData = (ChunkChildren, SizeBytes, ChunkInitial, Files)
fn build_graph<V, Q>(source: &Q) -> ConcreteGraph<Self>
Auto Trait Implementations§
impl Freeze for ChunkLoadGraph
impl RefUnwindSafe for ChunkLoadGraph
impl Send for ChunkLoadGraph
impl Sync for ChunkLoadGraph
impl Unpin for ChunkLoadGraph
impl UnsafeUnpin for ChunkLoadGraph
impl UnwindSafe for ChunkLoadGraph
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