pub struct GetConversationItemQueryArgs { /* private fields */ }Available on crate feature
response-types only.Expand description
Builder for GetConversationItemQuery.
Implementations§
Source§impl GetConversationItemQueryArgs
impl GetConversationItemQueryArgs
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<GetConversationItemQuery, OpenAIError>
pub fn build(&self) -> Result<GetConversationItemQuery, OpenAIError>
Trait Implementations§
Source§impl Clone for GetConversationItemQueryArgs
impl Clone for GetConversationItemQueryArgs
Source§fn clone(&self) -> GetConversationItemQueryArgs
fn clone(&self) -> GetConversationItemQueryArgs
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 GetConversationItemQueryArgs
impl Debug for GetConversationItemQueryArgs
Auto Trait Implementations§
impl Freeze for GetConversationItemQueryArgs
impl RefUnwindSafe for GetConversationItemQueryArgs
impl Send for GetConversationItemQueryArgs
impl Sync for GetConversationItemQueryArgs
impl Unpin for GetConversationItemQueryArgs
impl UnwindSafe for GetConversationItemQueryArgs
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