#[non_exhaustive]pub struct CustomRoutingEndpointDescription { /* private fields */ }Expand description
A complex type for an endpoint for a custom routing accelerator. Each endpoint group can include one or more endpoints, which are virtual private cloud (VPC) subnets.
Implementations
sourceimpl CustomRoutingEndpointDescription
impl CustomRoutingEndpointDescription
sourcepub fn endpoint_id(&self) -> Option<&str>
pub fn endpoint_id(&self) -> Option<&str>
An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC) subnet ID.
sourceimpl CustomRoutingEndpointDescription
impl CustomRoutingEndpointDescription
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CustomRoutingEndpointDescription.
Trait Implementations
sourceimpl Clone for CustomRoutingEndpointDescription
impl Clone for CustomRoutingEndpointDescription
sourcefn clone(&self) -> CustomRoutingEndpointDescription
fn clone(&self) -> CustomRoutingEndpointDescription
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<CustomRoutingEndpointDescription> for CustomRoutingEndpointDescription
impl PartialEq<CustomRoutingEndpointDescription> for CustomRoutingEndpointDescription
sourcefn eq(&self, other: &CustomRoutingEndpointDescription) -> bool
fn eq(&self, other: &CustomRoutingEndpointDescription) -> bool
impl StructuralPartialEq for CustomRoutingEndpointDescription
Auto Trait Implementations
impl RefUnwindSafe for CustomRoutingEndpointDescription
impl Send for CustomRoutingEndpointDescription
impl Sync for CustomRoutingEndpointDescription
impl Unpin for CustomRoutingEndpointDescription
impl UnwindSafe for CustomRoutingEndpointDescription
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