pub struct EditImageResponse {
pub sdk_http_response: Option<HttpResponse>,
pub generated_images: Vec<GeneratedImage>,
}Expand description
编辑图像响应。
Fields§
§sdk_http_response: Option<HttpResponse>Optional. Used to retain the full HTTP response.
generated_images: Vec<GeneratedImage>Trait Implementations§
Source§impl Clone for EditImageResponse
impl Clone for EditImageResponse
Source§fn clone(&self) -> EditImageResponse
fn clone(&self) -> EditImageResponse
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 EditImageResponse
impl Debug for EditImageResponse
Source§impl Default for EditImageResponse
impl Default for EditImageResponse
Source§fn default() -> EditImageResponse
fn default() -> EditImageResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EditImageResponse
impl<'de> Deserialize<'de> for EditImageResponse
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 EditImageResponse
impl RefUnwindSafe for EditImageResponse
impl Send for EditImageResponse
impl Sync for EditImageResponse
impl Unpin for EditImageResponse
impl UnsafeUnpin for EditImageResponse
impl UnwindSafe for EditImageResponse
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