pub struct ExecutionLog { /* private fields */ }Expand description
Writer for JSON lines execution logs.
Implementations§
Auto Trait Implementations§
impl !Freeze for ExecutionLog
impl RefUnwindSafe for ExecutionLog
impl Send for ExecutionLog
impl Sync for ExecutionLog
impl Unpin for ExecutionLog
impl UnsafeUnpin for ExecutionLog
impl UnwindSafe for ExecutionLog
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