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