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