pub struct CreateEditResponse {
pub object: String,
pub created: i64,
pub choices: Vec<CreateEditResponseChoice>,
pub usage: Usage,
}
Fields§
§object: String
§created: i64
§choices: Vec<CreateEditResponseChoice>
§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
Auto Trait Implementations§
impl Freeze for CreateEditResponse
impl RefUnwindSafe for CreateEditResponse
impl Send for CreateEditResponse
impl Sync for CreateEditResponse
impl Unpin for CreateEditResponse
impl UnwindSafe for CreateEditResponse
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