pub struct OpenAiModelV1O1Preview;Trait Implementations§
Source§impl Clone for OpenAiModelV1O1Preview
impl Clone for OpenAiModelV1O1Preview
Source§fn clone(&self) -> OpenAiModelV1O1Preview
fn clone(&self) -> OpenAiModelV1O1Preview
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 moreSource§impl Debug for OpenAiModelV1O1Preview
impl Debug for OpenAiModelV1O1Preview
Source§impl Default for OpenAiModelV1O1Preview
impl Default for OpenAiModelV1O1Preview
Source§fn default() -> OpenAiModelV1O1Preview
fn default() -> OpenAiModelV1O1Preview
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OpenAiModelV1O1Preview
impl<'de> Deserialize<'de> for OpenAiModelV1O1Preview
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for OpenAiModelV1O1Preview
impl Hash for OpenAiModelV1O1Preview
Source§impl LitStr for OpenAiModelV1O1Preview
impl LitStr for OpenAiModelV1O1Preview
const LIT: &'static str = "o1-preview"
fn lit_serialize<S>(
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn lit_deserialize<'de, D>(
deserializer: D,
) -> Result<(), <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Self: Sized,
fn lit_hash<H>(state: &mut H)where
H: Hasher,
fn lit_fmt(f: &mut Formatter<'_>) -> Result<(), Error>
Source§impl PartialEq for OpenAiModelV1O1Preview
impl PartialEq for OpenAiModelV1O1Preview
Source§impl Serialize for OpenAiModelV1O1Preview
impl Serialize for OpenAiModelV1O1Preview
impl Eq for OpenAiModelV1O1Preview
impl StructuralPartialEq for OpenAiModelV1O1Preview
Auto Trait Implementations§
impl Freeze for OpenAiModelV1O1Preview
impl RefUnwindSafe for OpenAiModelV1O1Preview
impl Send for OpenAiModelV1O1Preview
impl Sync for OpenAiModelV1O1Preview
impl Unpin for OpenAiModelV1O1Preview
impl UnwindSafe for OpenAiModelV1O1Preview
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