pub struct DeleteContainerRecipeRequest {
pub container_recipe_arn: String,
}
Fields§
§container_recipe_arn: String
The Amazon Resource Name (ARN) of the container recipe to delete.
Trait Implementations§
Source§impl Clone for DeleteContainerRecipeRequest
impl Clone for DeleteContainerRecipeRequest
Source§fn clone(&self) -> DeleteContainerRecipeRequest
fn clone(&self) -> DeleteContainerRecipeRequest
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 DeleteContainerRecipeRequest
impl Debug for DeleteContainerRecipeRequest
Source§impl Default for DeleteContainerRecipeRequest
impl Default for DeleteContainerRecipeRequest
Source§fn default() -> DeleteContainerRecipeRequest
fn default() -> DeleteContainerRecipeRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteContainerRecipeRequest
impl PartialEq for DeleteContainerRecipeRequest
Source§fn eq(&self, other: &DeleteContainerRecipeRequest) -> bool
fn eq(&self, other: &DeleteContainerRecipeRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DeleteContainerRecipeRequest
Auto Trait Implementations§
impl Freeze for DeleteContainerRecipeRequest
impl RefUnwindSafe for DeleteContainerRecipeRequest
impl Send for DeleteContainerRecipeRequest
impl Sync for DeleteContainerRecipeRequest
impl Unpin for DeleteContainerRecipeRequest
impl UnwindSafe for DeleteContainerRecipeRequest
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