pub struct TranscriptReporter { /* private fields */ }Implementations§
Source§impl TranscriptReporter
impl TranscriptReporter
pub fn new() -> Self
pub fn transcript(&self) -> &TranscriptView
Trait Implementations§
Source§impl Default for TranscriptReporter
impl Default for TranscriptReporter
Source§fn default() -> TranscriptReporter
fn default() -> TranscriptReporter
Returns the “default value” for a type. Read more
Source§impl LoopObserver for TranscriptReporter
impl LoopObserver for TranscriptReporter
fn handle_event(&mut self, event: AgentEvent)
Auto Trait Implementations§
impl Freeze for TranscriptReporter
impl RefUnwindSafe for TranscriptReporter
impl Send for TranscriptReporter
impl Sync for TranscriptReporter
impl Unpin for TranscriptReporter
impl UnsafeUnpin for TranscriptReporter
impl UnwindSafe for TranscriptReporter
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