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