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