pub enum ChatCompletionContentPartTextParamType {
Text,
}Variants§
Text
Trait Implementations§
Source§impl Clone for ChatCompletionContentPartTextParamType
impl Clone for ChatCompletionContentPartTextParamType
Source§fn clone(&self) -> ChatCompletionContentPartTextParamType
fn clone(&self) -> ChatCompletionContentPartTextParamType
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 ChatCompletionContentPartTextParamType
impl RefUnwindSafe for ChatCompletionContentPartTextParamType
impl Send for ChatCompletionContentPartTextParamType
impl Sync for ChatCompletionContentPartTextParamType
impl Unpin for ChatCompletionContentPartTextParamType
impl UnwindSafe for ChatCompletionContentPartTextParamType
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