pub struct TranscriptStore { /* private fields */ }Implementations§
Source§impl TranscriptStore
impl TranscriptStore
pub fn with_root<P: Into<PathBuf>>(root: P) -> Self
pub fn write_transcript<P>( &self, flow_path: P, transcript: &FlowTranscript, ) -> Result<PathBuf, TranscriptError>
Trait Implementations§
Source§impl Clone for TranscriptStore
impl Clone for TranscriptStore
Source§fn clone(&self) -> TranscriptStore
fn clone(&self) -> TranscriptStore
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TranscriptStore
impl Debug for TranscriptStore
Auto Trait Implementations§
impl Freeze for TranscriptStore
impl RefUnwindSafe for TranscriptStore
impl Send for TranscriptStore
impl Sync for TranscriptStore
impl Unpin for TranscriptStore
impl UnwindSafe for TranscriptStore
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