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