pub struct ExecLog { /* private fields */ }Expand description
A wrapper around the operations log that provides a clean API for tests
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExecLog
impl RefUnwindSafe for ExecLog
impl Send for ExecLog
impl Sync for ExecLog
impl Unpin for ExecLog
impl UnwindSafe for ExecLog
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