pub struct ResponseFormatTextPython {}
Expand description
Configure the model to generate valid Python code. See the custom grammars guide for more details.
Implementations§
Trait Implementations§
Source§impl Clone for ResponseFormatTextPython
impl Clone for ResponseFormatTextPython
Source§fn clone(&self) -> ResponseFormatTextPython
fn clone(&self) -> ResponseFormatTextPython
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 ResponseFormatTextPython
impl Debug for ResponseFormatTextPython
Source§impl Default for ResponseFormatTextPython
impl Default for ResponseFormatTextPython
Source§fn default() -> ResponseFormatTextPython
fn default() -> ResponseFormatTextPython
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResponseFormatTextPython
impl<'de> Deserialize<'de> for ResponseFormatTextPython
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 PartialEq for ResponseFormatTextPython
impl PartialEq for ResponseFormatTextPython
Source§impl Serialize for ResponseFormatTextPython
impl Serialize for ResponseFormatTextPython
impl Copy for ResponseFormatTextPython
impl StructuralPartialEq for ResponseFormatTextPython
Auto Trait Implementations§
impl Freeze for ResponseFormatTextPython
impl RefUnwindSafe for ResponseFormatTextPython
impl Send for ResponseFormatTextPython
impl Sync for ResponseFormatTextPython
impl Unpin for ResponseFormatTextPython
impl UnwindSafe for ResponseFormatTextPython
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