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