pub struct TranscriptConfig {
pub system_prompt: String,
pub system_prompt_append: Option<String>,
}Fields§
§system_prompt: String§system_prompt_append: Option<String>Trait Implementations§
Source§impl Clone for TranscriptConfig
impl Clone for TranscriptConfig
Source§fn clone(&self) -> TranscriptConfig
fn clone(&self) -> TranscriptConfig
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 TranscriptConfig
impl Debug for TranscriptConfig
Source§impl Default for TranscriptConfig
impl Default for TranscriptConfig
Source§impl<'de> Deserialize<'de> for TranscriptConfigwhere
TranscriptConfig: Default,
impl<'de> Deserialize<'de> for TranscriptConfigwhere
TranscriptConfig: Default,
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 PartialEq for TranscriptConfig
impl PartialEq for TranscriptConfig
Source§impl Serialize for TranscriptConfig
impl Serialize for TranscriptConfig
impl StructuralPartialEq for TranscriptConfig
Auto Trait Implementations§
impl Freeze for TranscriptConfig
impl RefUnwindSafe for TranscriptConfig
impl Send for TranscriptConfig
impl Sync for TranscriptConfig
impl Unpin for TranscriptConfig
impl UnsafeUnpin for TranscriptConfig
impl UnwindSafe for TranscriptConfig
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