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