pub enum ModifyAssistantRequest_Model {
Text(String),
AssistantSupportedModels(AssistantSupportedModels),
}
Expand description
ID of the model to use.
Variants§
Text(String)
AssistantSupportedModels(AssistantSupportedModels)
Trait Implementations§
Source§impl Clone for ModifyAssistantRequest_Model
impl Clone for ModifyAssistantRequest_Model
Source§fn clone(&self) -> ModifyAssistantRequest_Model
fn clone(&self) -> ModifyAssistantRequest_Model
Returns a copy 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 ModifyAssistantRequest_Model
impl RefUnwindSafe for ModifyAssistantRequest_Model
impl Send for ModifyAssistantRequest_Model
impl Sync for ModifyAssistantRequest_Model
impl Unpin for ModifyAssistantRequest_Model
impl UnwindSafe for ModifyAssistantRequest_Model
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