Struct async_openai::types::CreateEditResponse
source · pub struct CreateEditResponse {
pub id: Option<String>,
pub object: String,
pub created: u32,
pub model: Option<String>,
pub choices: Vec<Choice>,
pub usage: Usage,
}
Fields§
§id: Option<String>
§object: String
§created: u32
§model: Option<String>
§choices: Vec<Choice>
§usage: Usage
Trait Implementations§
source§impl Debug for CreateEditResponse
impl Debug for CreateEditResponse
source§impl<'de> Deserialize<'de> for CreateEditResponse
impl<'de> Deserialize<'de> for CreateEditResponse
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