#[non_exhaustive]pub struct DeletePlatformApplicationOutput {}
Implementations§
source§impl DeletePlatformApplicationOutput
impl DeletePlatformApplicationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeletePlatformApplicationOutput
.
Trait Implementations§
source§impl Clone for DeletePlatformApplicationOutput
impl Clone for DeletePlatformApplicationOutput
source§fn clone(&self) -> DeletePlatformApplicationOutput
fn clone(&self) -> DeletePlatformApplicationOutput
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 PartialEq<DeletePlatformApplicationOutput> for DeletePlatformApplicationOutput
impl PartialEq<DeletePlatformApplicationOutput> for DeletePlatformApplicationOutput
source§fn eq(&self, other: &DeletePlatformApplicationOutput) -> bool
fn eq(&self, other: &DeletePlatformApplicationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.