pub struct CreateConversationModelParams {
pub conversation_model_create_schema: ConversationModelCreateSchema,
}
Expand description
struct for passing parameters to the method [create_conversation_model
]
Fields§
§conversation_model_create_schema: ConversationModelCreateSchema
Trait Implementations§
Source§impl Clone for CreateConversationModelParams
impl Clone for CreateConversationModelParams
Source§fn clone(&self) -> CreateConversationModelParams
fn clone(&self) -> CreateConversationModelParams
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 CreateConversationModelParams
impl RefUnwindSafe for CreateConversationModelParams
impl Send for CreateConversationModelParams
impl Sync for CreateConversationModelParams
impl Unpin for CreateConversationModelParams
impl UnwindSafe for CreateConversationModelParams
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