pub struct ChatCompletionResponseContentPartVideoUrl {
pub video_url: VideoUrlResponse,
}Expand description
Response content part for video URLs in assistant messages
Fields§
§video_url: VideoUrlResponseTrait Implementations§
Source§impl Clone for ChatCompletionResponseContentPartVideoUrl
impl Clone for ChatCompletionResponseContentPartVideoUrl
Source§fn clone(&self) -> ChatCompletionResponseContentPartVideoUrl
fn clone(&self) -> ChatCompletionResponseContentPartVideoUrl
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 ChatCompletionResponseContentPartVideoUrl
impl<'de> Deserialize<'de> for ChatCompletionResponseContentPartVideoUrl
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 ChatCompletionResponseContentPartVideoUrl
Auto Trait Implementations§
impl Freeze for ChatCompletionResponseContentPartVideoUrl
impl RefUnwindSafe for ChatCompletionResponseContentPartVideoUrl
impl Send for ChatCompletionResponseContentPartVideoUrl
impl Sync for ChatCompletionResponseContentPartVideoUrl
impl Unpin for ChatCompletionResponseContentPartVideoUrl
impl UnsafeUnpin for ChatCompletionResponseContentPartVideoUrl
impl UnwindSafe for ChatCompletionResponseContentPartVideoUrl
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