pub struct ChatTranscript { /* private fields */ }Expand description
Validated chat transcript expression accepted by codec:openai.
Implementations§
Trait Implementations§
Source§impl Clone for ChatTranscript
impl Clone for ChatTranscript
Source§fn clone(&self) -> ChatTranscript
fn clone(&self) -> ChatTranscript
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 ChatTranscript
impl Debug for ChatTranscript
Source§impl PartialEq for ChatTranscript
impl PartialEq for ChatTranscript
Source§fn eq(&self, other: &ChatTranscript) -> bool
fn eq(&self, other: &ChatTranscript) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ChatTranscript
Auto Trait Implementations§
impl Freeze for ChatTranscript
impl RefUnwindSafe for ChatTranscript
impl Send for ChatTranscript
impl Sync for ChatTranscript
impl Unpin for ChatTranscript
impl UnsafeUnpin for ChatTranscript
impl UnwindSafe for ChatTranscript
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