pub struct DeleteImageResponse {
pub image_build_version_arn: Option<String>,
pub request_id: Option<String>,
}
Fields§
§image_build_version_arn: Option<String>
The Amazon Resource Name (ARN) of the image that was deleted.
request_id: Option<String>
The request ID that uniquely identifies this request.
Trait Implementations§
Source§impl Clone for DeleteImageResponse
impl Clone for DeleteImageResponse
Source§fn clone(&self) -> DeleteImageResponse
fn clone(&self) -> DeleteImageResponse
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 DeleteImageResponse
impl Debug for DeleteImageResponse
Source§impl Default for DeleteImageResponse
impl Default for DeleteImageResponse
Source§fn default() -> DeleteImageResponse
fn default() -> DeleteImageResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteImageResponse
impl<'de> Deserialize<'de> for DeleteImageResponse
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
Source§impl PartialEq for DeleteImageResponse
impl PartialEq for DeleteImageResponse
impl StructuralPartialEq for DeleteImageResponse
Auto Trait Implementations§
impl Freeze for DeleteImageResponse
impl RefUnwindSafe for DeleteImageResponse
impl Send for DeleteImageResponse
impl Sync for DeleteImageResponse
impl Unpin for DeleteImageResponse
impl UnwindSafe for DeleteImageResponse
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