pub struct FrameRecorder { /* private fields */ }
Expand description
Records and verifies frames being replayed.
Auto Trait Implementations§
impl Freeze for FrameRecorder
impl RefUnwindSafe for FrameRecorder
impl Send for FrameRecorder
impl Sync for FrameRecorder
impl Unpin for FrameRecorder
impl UnwindSafe for FrameRecorder
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