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