pub struct ResponseFormatJsonSchema {
pub type: String,
pub json_schema: ResponseFormatJsonSchema_JsonSchema,
}
Expand description
JSON Schema response format.
Fields§
§type: String
The type of response format being defined.
json_schema: ResponseFormatJsonSchema_JsonSchema
Trait Implementations§
Source§impl Clone for ResponseFormatJsonSchema
impl Clone for ResponseFormatJsonSchema
Source§fn clone(&self) -> ResponseFormatJsonSchema
fn clone(&self) -> ResponseFormatJsonSchema
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 ResponseFormatJsonSchema
impl RefUnwindSafe for ResponseFormatJsonSchema
impl Send for ResponseFormatJsonSchema
impl Sync for ResponseFormatJsonSchema
impl Unpin for ResponseFormatJsonSchema
impl UnwindSafe for ResponseFormatJsonSchema
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