pub struct Replayer {
pub f: Rc<ReplayFn>,
pub inputs: TockVec,
}Expand description
Stores information needed to replay a computation.
Fields§
§f: Rc<ReplayFn>§inputs: TockVecImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Replayer
impl !RefUnwindSafe for Replayer
impl !Send for Replayer
impl !Sync for Replayer
impl Unpin for Replayer
impl !UnwindSafe for Replayer
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