#[non_exhaustive]pub struct DescribeCustomRoutingEndpointGroupOutput { /* private fields */ }Implementations
sourceimpl DescribeCustomRoutingEndpointGroupOutput
impl DescribeCustomRoutingEndpointGroupOutput
sourcepub fn endpoint_group(&self) -> Option<&CustomRoutingEndpointGroup>
pub fn endpoint_group(&self) -> Option<&CustomRoutingEndpointGroup>
The description of an endpoint group for a custom routing accelerator.
sourceimpl DescribeCustomRoutingEndpointGroupOutput
impl DescribeCustomRoutingEndpointGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeCustomRoutingEndpointGroupOutput.
Trait Implementations
sourceimpl Clone for DescribeCustomRoutingEndpointGroupOutput
impl Clone for DescribeCustomRoutingEndpointGroupOutput
sourcefn clone(&self) -> DescribeCustomRoutingEndpointGroupOutput
fn clone(&self) -> DescribeCustomRoutingEndpointGroupOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DescribeCustomRoutingEndpointGroupOutput> for DescribeCustomRoutingEndpointGroupOutput
impl PartialEq<DescribeCustomRoutingEndpointGroupOutput> for DescribeCustomRoutingEndpointGroupOutput
sourcefn eq(&self, other: &DescribeCustomRoutingEndpointGroupOutput) -> bool
fn eq(&self, other: &DescribeCustomRoutingEndpointGroupOutput) -> bool
impl StructuralPartialEq for DescribeCustomRoutingEndpointGroupOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeCustomRoutingEndpointGroupOutput
impl Send for DescribeCustomRoutingEndpointGroupOutput
impl Sync for DescribeCustomRoutingEndpointGroupOutput
impl Unpin for DescribeCustomRoutingEndpointGroupOutput
impl UnwindSafe for DescribeCustomRoutingEndpointGroupOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more