#[non_exhaustive]pub struct CreateCustomRoutingEndpointGroupOutput { /* private fields */ }Implementations
sourceimpl CreateCustomRoutingEndpointGroupOutput
impl CreateCustomRoutingEndpointGroupOutput
sourcepub fn endpoint_group(&self) -> Option<&CustomRoutingEndpointGroup>
pub fn endpoint_group(&self) -> Option<&CustomRoutingEndpointGroup>
The information about the endpoint group created for a custom routing accelerator.
sourceimpl CreateCustomRoutingEndpointGroupOutput
impl CreateCustomRoutingEndpointGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateCustomRoutingEndpointGroupOutput.
Trait Implementations
sourceimpl Clone for CreateCustomRoutingEndpointGroupOutput
impl Clone for CreateCustomRoutingEndpointGroupOutput
sourcefn clone(&self) -> CreateCustomRoutingEndpointGroupOutput
fn clone(&self) -> CreateCustomRoutingEndpointGroupOutput
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<CreateCustomRoutingEndpointGroupOutput> for CreateCustomRoutingEndpointGroupOutput
impl PartialEq<CreateCustomRoutingEndpointGroupOutput> for CreateCustomRoutingEndpointGroupOutput
sourcefn eq(&self, other: &CreateCustomRoutingEndpointGroupOutput) -> bool
fn eq(&self, other: &CreateCustomRoutingEndpointGroupOutput) -> bool
impl StructuralPartialEq for CreateCustomRoutingEndpointGroupOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateCustomRoutingEndpointGroupOutput
impl Send for CreateCustomRoutingEndpointGroupOutput
impl Sync for CreateCustomRoutingEndpointGroupOutput
impl Unpin for CreateCustomRoutingEndpointGroupOutput
impl UnwindSafe for CreateCustomRoutingEndpointGroupOutput
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