pub struct ImageCreateResponse {
pub id: String,
pub status: String,
pub image_url: Option<String>,
}
Fields§
§id: String
§status: String
§image_url: Option<String>
Implementations§
Auto Trait Implementations§
impl Freeze for CreateResponse
impl RefUnwindSafe for CreateResponse
impl Send for CreateResponse
impl Sync for CreateResponse
impl Unpin for CreateResponse
impl UnwindSafe for CreateResponse
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