pub struct TranscriptPath(/* private fields */);Expand description
Path to a session’s transcript JSONL file.
Example: “/home/user/.claude/projects/…/session.jsonl”
Implementations§
Trait Implementations§
Source§impl AsRef<Path> for TranscriptPath
impl AsRef<Path> for TranscriptPath
Source§impl Clone for TranscriptPath
impl Clone for TranscriptPath
Source§fn clone(&self) -> TranscriptPath
fn clone(&self) -> TranscriptPath
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 TranscriptPath
impl Debug for TranscriptPath
Source§impl<'de> Deserialize<'de> for TranscriptPath
impl<'de> Deserialize<'de> for TranscriptPath
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for TranscriptPath
impl Display for TranscriptPath
Source§impl Hash for TranscriptPath
impl Hash for TranscriptPath
Source§impl PartialEq for TranscriptPath
impl PartialEq for TranscriptPath
Source§impl Serialize for TranscriptPath
impl Serialize for TranscriptPath
impl Eq for TranscriptPath
impl StructuralPartialEq for TranscriptPath
Auto Trait Implementations§
impl Freeze for TranscriptPath
impl RefUnwindSafe for TranscriptPath
impl Send for TranscriptPath
impl Sync for TranscriptPath
impl Unpin for TranscriptPath
impl UnsafeUnpin for TranscriptPath
impl UnwindSafe for TranscriptPath
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