pub struct GraphBeginPermit<'c> { /* private fields */ }Expand description
Live permission to start a fresh graph run.
Handed out by ReplayCursor::begin_graph when the log is empty. Redeem it
with the run’s input to obtain the Event::GraphRunStarted to persist.
The labels and forked_from passed to
begin_graph ride along and land on the
recorded event unchanged.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'c> !UnwindSafe for GraphBeginPermit<'c>
impl<'c> Freeze for GraphBeginPermit<'c>
impl<'c> RefUnwindSafe for GraphBeginPermit<'c>
impl<'c> Send for GraphBeginPermit<'c>
impl<'c> Sync for GraphBeginPermit<'c>
impl<'c> Unpin for GraphBeginPermit<'c>
impl<'c> UnsafeUnpin for GraphBeginPermit<'c>
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