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