pub struct ChatCompletionResponseContentPartAudioUrl {
pub audio_url: AudioUrlResponse,
}Expand description
Response content part for audio URLs in assistant messages
Fields§
§audio_url: AudioUrlResponseTrait Implementations§
Source§impl Clone for ChatCompletionResponseContentPartAudioUrl
impl Clone for ChatCompletionResponseContentPartAudioUrl
Source§fn clone(&self) -> ChatCompletionResponseContentPartAudioUrl
fn clone(&self) -> ChatCompletionResponseContentPartAudioUrl
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for ChatCompletionResponseContentPartAudioUrl
impl<'de> Deserialize<'de> for ChatCompletionResponseContentPartAudioUrl
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
impl StructuralPartialEq for ChatCompletionResponseContentPartAudioUrl
Auto Trait Implementations§
impl Freeze for ChatCompletionResponseContentPartAudioUrl
impl RefUnwindSafe for ChatCompletionResponseContentPartAudioUrl
impl Send for ChatCompletionResponseContentPartAudioUrl
impl Sync for ChatCompletionResponseContentPartAudioUrl
impl Unpin for ChatCompletionResponseContentPartAudioUrl
impl UnsafeUnpin for ChatCompletionResponseContentPartAudioUrl
impl UnwindSafe for ChatCompletionResponseContentPartAudioUrl
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