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