pub enum ResponseFormatKind {
Text,
JsonObject,
}Variants§
Trait Implementations§
Source§impl Clone for ResponseFormatKind
impl Clone for ResponseFormatKind
Source§fn clone(&self) -> ResponseFormatKind
fn clone(&self) -> ResponseFormatKind
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 ResponseFormatKind
impl Debug for ResponseFormatKind
Source§impl<'de> Deserialize<'de> for ResponseFormatKind
impl<'de> Deserialize<'de> for ResponseFormatKind
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
Auto Trait Implementations§
impl Freeze for ResponseFormatKind
impl RefUnwindSafe for ResponseFormatKind
impl Send for ResponseFormatKind
impl Sync for ResponseFormatKind
impl Unpin for ResponseFormatKind
impl UnsafeUnpin for ResponseFormatKind
impl UnwindSafe for ResponseFormatKind
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