#[non_exhaustive]pub struct ListCustomRoutingAcceleratorsOutput { /* private fields */ }Implementations
sourceimpl ListCustomRoutingAcceleratorsOutput
impl ListCustomRoutingAcceleratorsOutput
sourcepub fn accelerators(&self) -> Option<&[CustomRoutingAccelerator]>
pub fn accelerators(&self) -> Option<&[CustomRoutingAccelerator]>
The list of custom routing accelerators for a customer account.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of results. You receive this token from a previous call.
sourceimpl ListCustomRoutingAcceleratorsOutput
impl ListCustomRoutingAcceleratorsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListCustomRoutingAcceleratorsOutput.
Trait Implementations
sourceimpl Clone for ListCustomRoutingAcceleratorsOutput
impl Clone for ListCustomRoutingAcceleratorsOutput
sourcefn clone(&self) -> ListCustomRoutingAcceleratorsOutput
fn clone(&self) -> ListCustomRoutingAcceleratorsOutput
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<ListCustomRoutingAcceleratorsOutput> for ListCustomRoutingAcceleratorsOutput
impl PartialEq<ListCustomRoutingAcceleratorsOutput> for ListCustomRoutingAcceleratorsOutput
sourcefn eq(&self, other: &ListCustomRoutingAcceleratorsOutput) -> bool
fn eq(&self, other: &ListCustomRoutingAcceleratorsOutput) -> bool
impl StructuralPartialEq for ListCustomRoutingAcceleratorsOutput
Auto Trait Implementations
impl RefUnwindSafe for ListCustomRoutingAcceleratorsOutput
impl Send for ListCustomRoutingAcceleratorsOutput
impl Sync for ListCustomRoutingAcceleratorsOutput
impl Unpin for ListCustomRoutingAcceleratorsOutput
impl UnwindSafe for ListCustomRoutingAcceleratorsOutput
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