pub struct Auditor { /* private fields */ }
Expand description
Track the state of the runtime for determinism auditing.
Implementations§
Auto Trait Implementations§
impl !Freeze for Auditor
impl RefUnwindSafe for Auditor
impl Send for Auditor
impl Sync for Auditor
impl Unpin for Auditor
impl UnwindSafe for Auditor
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