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