pub struct ChatCompletionResponseMessage_Annotations {
pub type: String,
pub url_citation: ChatCompletionResponseMessage_Annotations_UrlCitation,
}
Expand description
A URL citation when using web search.
Fields§
§type: String
The type of the URL citation.
url_citation: ChatCompletionResponseMessage_Annotations_UrlCitation
Trait Implementations§
Source§impl Clone for ChatCompletionResponseMessage_Annotations
impl Clone for ChatCompletionResponseMessage_Annotations
Source§fn clone(&self) -> ChatCompletionResponseMessage_Annotations
fn clone(&self) -> ChatCompletionResponseMessage_Annotations
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 moreAuto Trait Implementations§
impl Freeze for ChatCompletionResponseMessage_Annotations
impl RefUnwindSafe for ChatCompletionResponseMessage_Annotations
impl Send for ChatCompletionResponseMessage_Annotations
impl Sync for ChatCompletionResponseMessage_Annotations
impl Unpin for ChatCompletionResponseMessage_Annotations
impl UnwindSafe for ChatCompletionResponseMessage_Annotations
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