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 more