pub struct ResponseFormatJsonObject {
pub type: String,
}
Expand description
JSON object response format.
Fields§
§type: String
The type of response format being defined.
Trait Implementations§
Source§impl Clone for ResponseFormatJsonObject
impl Clone for ResponseFormatJsonObject
Source§fn clone(&self) -> ResponseFormatJsonObject
fn clone(&self) -> ResponseFormatJsonObject
Returns a copy 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 ResponseFormatJsonObject
impl Debug for ResponseFormatJsonObject
Source§impl Default for ResponseFormatJsonObject
impl Default for ResponseFormatJsonObject
Source§fn default() -> ResponseFormatJsonObject
fn default() -> ResponseFormatJsonObject
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResponseFormatJsonObject
impl RefUnwindSafe for ResponseFormatJsonObject
impl Send for ResponseFormatJsonObject
impl Sync for ResponseFormatJsonObject
impl Unpin for ResponseFormatJsonObject
impl UnwindSafe for ResponseFormatJsonObject
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