pub struct DeleteApplicationInput {
pub application_name: String,
}
Expand description
Represents the input of a DeleteApplication
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 DeleteApplicationInput
impl Clone for DeleteApplicationInput
Source§fn clone(&self) -> DeleteApplicationInput
fn clone(&self) -> DeleteApplicationInput
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 DeleteApplicationInput
impl Debug for DeleteApplicationInput
Source§impl Default for DeleteApplicationInput
impl Default for DeleteApplicationInput
Source§fn default() -> DeleteApplicationInput
fn default() -> DeleteApplicationInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteApplicationInput
impl PartialEq for DeleteApplicationInput
Source§impl Serialize for DeleteApplicationInput
impl Serialize for DeleteApplicationInput
impl StructuralPartialEq for DeleteApplicationInput
Auto Trait Implementations§
impl Freeze for DeleteApplicationInput
impl RefUnwindSafe for DeleteApplicationInput
impl Send for DeleteApplicationInput
impl Sync for DeleteApplicationInput
impl Unpin for DeleteApplicationInput
impl UnwindSafe for DeleteApplicationInput
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