Struct aws_sdk_globalaccelerator::output::DescribeCustomRoutingAcceleratorAttributesOutput
source · [−]#[non_exhaustive]pub struct DescribeCustomRoutingAcceleratorAttributesOutput { /* private fields */ }Implementations
sourceimpl DescribeCustomRoutingAcceleratorAttributesOutput
impl DescribeCustomRoutingAcceleratorAttributesOutput
sourcepub fn accelerator_attributes(
&self
) -> Option<&CustomRoutingAcceleratorAttributes>
pub fn accelerator_attributes(
&self
) -> Option<&CustomRoutingAcceleratorAttributes>
The attributes of the custom routing accelerator.
sourceimpl DescribeCustomRoutingAcceleratorAttributesOutput
impl DescribeCustomRoutingAcceleratorAttributesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeCustomRoutingAcceleratorAttributesOutput.
Trait Implementations
sourceimpl Clone for DescribeCustomRoutingAcceleratorAttributesOutput
impl Clone for DescribeCustomRoutingAcceleratorAttributesOutput
sourcefn clone(&self) -> DescribeCustomRoutingAcceleratorAttributesOutput
fn clone(&self) -> DescribeCustomRoutingAcceleratorAttributesOutput
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<DescribeCustomRoutingAcceleratorAttributesOutput> for DescribeCustomRoutingAcceleratorAttributesOutput
impl PartialEq<DescribeCustomRoutingAcceleratorAttributesOutput> for DescribeCustomRoutingAcceleratorAttributesOutput
sourcefn eq(&self, other: &DescribeCustomRoutingAcceleratorAttributesOutput) -> bool
fn eq(&self, other: &DescribeCustomRoutingAcceleratorAttributesOutput) -> bool
impl StructuralPartialEq for DescribeCustomRoutingAcceleratorAttributesOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeCustomRoutingAcceleratorAttributesOutput
impl Send for DescribeCustomRoutingAcceleratorAttributesOutput
impl Sync for DescribeCustomRoutingAcceleratorAttributesOutput
impl Unpin for DescribeCustomRoutingAcceleratorAttributesOutput
impl UnwindSafe for DescribeCustomRoutingAcceleratorAttributesOutput
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