pub struct SnapshotGraph<M = ()> { /* private fields */ }Expand description
Immutable computation snapshot; public only as the policy trait’s graph parameter.
Trait Implementations§
Source§impl<M> Default for SnapshotGraph<M>
impl<M> Default for SnapshotGraph<M>
Source§impl<M> LineageGraph for SnapshotGraph<M>
impl<M> LineageGraph for SnapshotGraph<M>
Auto Trait Implementations§
impl<M> Freeze for SnapshotGraph<M>
impl<M> RefUnwindSafe for SnapshotGraph<M>where
M: RefUnwindSafe,
impl<M> Send for SnapshotGraph<M>where
M: Send,
impl<M> Sync for SnapshotGraph<M>where
M: Sync,
impl<M> Unpin for SnapshotGraph<M>
impl<M> UnsafeUnpin for SnapshotGraph<M>
impl<M> UnwindSafe for SnapshotGraph<M>where
M: RefUnwindSafe,
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