pub struct ResponseProperties_Text {
pub format: Option<TextResponseFormatConfiguration>,
}
Expand description
Configuration options for a text response from the model.
Fields§
§format: Option<TextResponseFormatConfiguration>
Trait Implementations§
Source§impl Clone for ResponseProperties_Text
impl Clone for ResponseProperties_Text
Source§fn clone(&self) -> ResponseProperties_Text
fn clone(&self) -> ResponseProperties_Text
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 ResponseProperties_Text
impl Debug for ResponseProperties_Text
Source§impl Default for ResponseProperties_Text
impl Default for ResponseProperties_Text
Source§fn default() -> ResponseProperties_Text
fn default() -> ResponseProperties_Text
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResponseProperties_Text
impl RefUnwindSafe for ResponseProperties_Text
impl Send for ResponseProperties_Text
impl Sync for ResponseProperties_Text
impl Unpin for ResponseProperties_Text
impl UnwindSafe for ResponseProperties_Text
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