pub struct ResponseFormatText {}
Expand description
Default response format. Used to generate text responses.
Implementations§
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§const fn clone_from(&mut self, source: &Self)
const 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
Source§impl<'de> Deserialize<'de> for ResponseFormatText
impl<'de> Deserialize<'de> for ResponseFormatText
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 ResponseFormatText
impl PartialEq for ResponseFormatText
Source§impl Serialize for ResponseFormatText
impl Serialize for ResponseFormatText
impl Copy for ResponseFormatText
impl StructuralPartialEq for ResponseFormatText
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