#[non_exhaustive]pub struct ListQueueQuickConnectsOutput { /* private fields */ }Implementations§
source§impl ListQueueQuickConnectsOutput
impl ListQueueQuickConnectsOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If there are additional results, this is the token for the next set of results.
sourcepub fn quick_connect_summary_list(&self) -> Option<&[QuickConnectSummary]>
pub fn quick_connect_summary_list(&self) -> Option<&[QuickConnectSummary]>
Information about the quick connects.
source§impl ListQueueQuickConnectsOutput
impl ListQueueQuickConnectsOutput
sourcepub fn builder() -> ListQueueQuickConnectsOutputBuilder
pub fn builder() -> ListQueueQuickConnectsOutputBuilder
Creates a new builder-style object to manufacture ListQueueQuickConnectsOutput.
Trait Implementations§
source§impl Clone for ListQueueQuickConnectsOutput
impl Clone for ListQueueQuickConnectsOutput
source§fn clone(&self) -> ListQueueQuickConnectsOutput
fn clone(&self) -> ListQueueQuickConnectsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ListQueueQuickConnectsOutput
impl Debug for ListQueueQuickConnectsOutput
source§impl PartialEq<ListQueueQuickConnectsOutput> for ListQueueQuickConnectsOutput
impl PartialEq<ListQueueQuickConnectsOutput> for ListQueueQuickConnectsOutput
source§fn eq(&self, other: &ListQueueQuickConnectsOutput) -> bool
fn eq(&self, other: &ListQueueQuickConnectsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListQueueQuickConnectsOutput
impl RequestId for ListQueueQuickConnectsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for ListQueueQuickConnectsOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListQueueQuickConnectsOutput
impl Send for ListQueueQuickConnectsOutput
impl Sync for ListQueueQuickConnectsOutput
impl Unpin for ListQueueQuickConnectsOutput
impl UnwindSafe for ListQueueQuickConnectsOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more