pub struct DeleteImageRecipeRequest {
pub image_recipe_arn: String,
}
Fields§
§image_recipe_arn: String
The Amazon Resource Name (ARN) of the image recipe to delete.
Trait Implementations§
Source§impl Clone for DeleteImageRecipeRequest
impl Clone for DeleteImageRecipeRequest
Source§fn clone(&self) -> DeleteImageRecipeRequest
fn clone(&self) -> DeleteImageRecipeRequest
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 DeleteImageRecipeRequest
impl Debug for DeleteImageRecipeRequest
Source§impl Default for DeleteImageRecipeRequest
impl Default for DeleteImageRecipeRequest
Source§fn default() -> DeleteImageRecipeRequest
fn default() -> DeleteImageRecipeRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteImageRecipeRequest
impl PartialEq for DeleteImageRecipeRequest
Source§impl Serialize for DeleteImageRecipeRequest
impl Serialize for DeleteImageRecipeRequest
impl StructuralPartialEq for DeleteImageRecipeRequest
Auto Trait Implementations§
impl Freeze for DeleteImageRecipeRequest
impl RefUnwindSafe for DeleteImageRecipeRequest
impl Send for DeleteImageRecipeRequest
impl Sync for DeleteImageRecipeRequest
impl Unpin for DeleteImageRecipeRequest
impl UnwindSafe for DeleteImageRecipeRequest
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