pub struct JsonlTranscriptProvider {
pub path: PathBuf,
}Expand description
Reads a {"role":"user|agent","text":"..."}-per-line transcript.
Fields§
§path: PathBufTrait Implementations§
Source§impl Clone for JsonlTranscriptProvider
impl Clone for JsonlTranscriptProvider
Source§fn clone(&self) -> JsonlTranscriptProvider
fn clone(&self) -> JsonlTranscriptProvider
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 JsonlTranscriptProvider
impl Debug for JsonlTranscriptProvider
Auto Trait Implementations§
impl Freeze for JsonlTranscriptProvider
impl RefUnwindSafe for JsonlTranscriptProvider
impl Send for JsonlTranscriptProvider
impl Sync for JsonlTranscriptProvider
impl Unpin for JsonlTranscriptProvider
impl UnsafeUnpin for JsonlTranscriptProvider
impl UnwindSafe for JsonlTranscriptProvider
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