pub struct RealtimeServerEventOutputAudioBufferCleared {
pub event_id: String,
pub type: String,
pub response_id: String,
}
Expand description
WebRTC Only: Emitted when the output audio buffer is cleared.
Fields§
§event_id: String
The unique ID of the server event.
type: String
The event type, must be output_audio_buffer.cleared
.
response_id: String
The unique ID of the response that produced the audio.
Trait Implementations§
Source§impl Clone for RealtimeServerEventOutputAudioBufferCleared
impl Clone for RealtimeServerEventOutputAudioBufferCleared
Source§fn clone(&self) -> RealtimeServerEventOutputAudioBufferCleared
fn clone(&self) -> RealtimeServerEventOutputAudioBufferCleared
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 RealtimeServerEventOutputAudioBufferCleared
impl Default for RealtimeServerEventOutputAudioBufferCleared
Source§fn default() -> RealtimeServerEventOutputAudioBufferCleared
fn default() -> RealtimeServerEventOutputAudioBufferCleared
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RealtimeServerEventOutputAudioBufferCleared
impl RefUnwindSafe for RealtimeServerEventOutputAudioBufferCleared
impl Send for RealtimeServerEventOutputAudioBufferCleared
impl Sync for RealtimeServerEventOutputAudioBufferCleared
impl Unpin for RealtimeServerEventOutputAudioBufferCleared
impl UnwindSafe for RealtimeServerEventOutputAudioBufferCleared
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