pub struct CreateConversationItemsQueryArgs { /* private fields */ }Expand description
Builder for CreateConversationItemsQuery.
Implementations§
Source§impl CreateConversationItemsQueryArgs
impl CreateConversationItemsQueryArgs
Sourcepub fn include<VALUE: Into<Vec<IncludeParam>>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn include<VALUE: Into<Vec<IncludeParam>>>( &mut self, value: VALUE, ) -> &mut Self
Additional fields to include in the response.
Sourcepub fn build(&self) -> Result<CreateConversationItemsQuery, OpenAIError>
pub fn build(&self) -> Result<CreateConversationItemsQuery, OpenAIError>
Trait Implementations§
Source§impl Clone for CreateConversationItemsQueryArgs
impl Clone for CreateConversationItemsQueryArgs
Source§fn clone(&self) -> CreateConversationItemsQueryArgs
fn clone(&self) -> CreateConversationItemsQueryArgs
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 moreAuto Trait Implementations§
impl Freeze for CreateConversationItemsQueryArgs
impl RefUnwindSafe for CreateConversationItemsQueryArgs
impl Send for CreateConversationItemsQueryArgs
impl Sync for CreateConversationItemsQueryArgs
impl Unpin for CreateConversationItemsQueryArgs
impl UnwindSafe for CreateConversationItemsQueryArgs
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