pub struct RetrieveConversationModelParams {
pub model_id: String,
}
Expand description
struct for passing parameters to the method [retrieve_conversation_model
]
Fields§
§model_id: String
The id of the conversation model to retrieve
Trait Implementations§
Source§impl Clone for RetrieveConversationModelParams
impl Clone for RetrieveConversationModelParams
Source§fn clone(&self) -> RetrieveConversationModelParams
fn clone(&self) -> RetrieveConversationModelParams
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 RetrieveConversationModelParams
impl RefUnwindSafe for RetrieveConversationModelParams
impl Send for RetrieveConversationModelParams
impl Sync for RetrieveConversationModelParams
impl Unpin for RetrieveConversationModelParams
impl UnwindSafe for RetrieveConversationModelParams
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