Enum openai_flows::chat::ResponseFormatType
source · pub enum ResponseFormatType {
Text,
JsonObject,
}
Variants§
Trait Implementations§
source§impl Debug for ResponseFormatType
impl Debug for ResponseFormatType
Auto Trait Implementations§
impl RefUnwindSafe for ResponseFormatType
impl Send for ResponseFormatType
impl Sync for ResponseFormatType
impl Unpin for ResponseFormatType
impl UnwindSafe for ResponseFormatType
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