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