pub struct ResponseAudioTranscriptDoneEvent {
pub type: String,
}
Expand description
Emitted when the full audio transcript is completed.
Fields§
§type: String
The type of the event.
Trait Implementations§
Source§impl Clone for ResponseAudioTranscriptDoneEvent
impl Clone for ResponseAudioTranscriptDoneEvent
Source§fn clone(&self) -> ResponseAudioTranscriptDoneEvent
fn clone(&self) -> ResponseAudioTranscriptDoneEvent
Returns a copy 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 Default for ResponseAudioTranscriptDoneEvent
impl Default for ResponseAudioTranscriptDoneEvent
Source§fn default() -> ResponseAudioTranscriptDoneEvent
fn default() -> ResponseAudioTranscriptDoneEvent
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResponseAudioTranscriptDoneEvent
impl RefUnwindSafe for ResponseAudioTranscriptDoneEvent
impl Send for ResponseAudioTranscriptDoneEvent
impl Sync for ResponseAudioTranscriptDoneEvent
impl Unpin for ResponseAudioTranscriptDoneEvent
impl UnwindSafe for ResponseAudioTranscriptDoneEvent
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