pub struct GetApplicationInput {
pub application_name: String,
}
Expand description
Represents the input of a GetApplication
operation.
Fields§
§application_name: String
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
Trait Implementations§
Source§impl Clone for GetApplicationInput
impl Clone for GetApplicationInput
Source§fn clone(&self) -> GetApplicationInput
fn clone(&self) -> GetApplicationInput
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 GetApplicationInput
impl Debug for GetApplicationInput
Source§impl Default for GetApplicationInput
impl Default for GetApplicationInput
Source§fn default() -> GetApplicationInput
fn default() -> GetApplicationInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetApplicationInput
impl PartialEq for GetApplicationInput
Source§impl Serialize for GetApplicationInput
impl Serialize for GetApplicationInput
impl StructuralPartialEq for GetApplicationInput
Auto Trait Implementations§
impl Freeze for GetApplicationInput
impl RefUnwindSafe for GetApplicationInput
impl Send for GetApplicationInput
impl Sync for GetApplicationInput
impl Unpin for GetApplicationInput
impl UnwindSafe for GetApplicationInput
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