pub struct ResponseAudioOutputConfig {
pub format: Option<RealtimeAudioFormats>,
pub voice: Option<Voice>,
}Expand description
Audio output configuration for a response.
Fields§
§format: Option<RealtimeAudioFormats>§voice: Option<Voice>Trait Implementations§
Source§impl Clone for ResponseAudioOutputConfig
impl Clone for ResponseAudioOutputConfig
Source§fn clone(&self) -> ResponseAudioOutputConfig
fn clone(&self) -> ResponseAudioOutputConfig
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 ResponseAudioOutputConfig
impl Debug for ResponseAudioOutputConfig
Source§impl<'de> Deserialize<'de> for ResponseAudioOutputConfig
impl<'de> Deserialize<'de> for ResponseAudioOutputConfig
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
Auto Trait Implementations§
impl Freeze for ResponseAudioOutputConfig
impl RefUnwindSafe for ResponseAudioOutputConfig
impl Send for ResponseAudioOutputConfig
impl Sync for ResponseAudioOutputConfig
impl Unpin for ResponseAudioOutputConfig
impl UnsafeUnpin for ResponseAudioOutputConfig
impl UnwindSafe for ResponseAudioOutputConfig
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