#[non_exhaustive]pub struct ListReferenceStoresOutput { /* private fields */ }
Implementations§
source§impl ListReferenceStoresOutput
impl ListReferenceStoresOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A pagination token that's included if more results are available.
sourcepub fn reference_stores(&self) -> Option<&[ReferenceStoreDetail]>
pub fn reference_stores(&self) -> Option<&[ReferenceStoreDetail]>
A list of reference stores.
source§impl ListReferenceStoresOutput
impl ListReferenceStoresOutput
sourcepub fn builder() -> ListReferenceStoresOutputBuilder
pub fn builder() -> ListReferenceStoresOutputBuilder
Creates a new builder-style object to manufacture ListReferenceStoresOutput
.
Trait Implementations§
source§impl Clone for ListReferenceStoresOutput
impl Clone for ListReferenceStoresOutput
source§fn clone(&self) -> ListReferenceStoresOutput
fn clone(&self) -> ListReferenceStoresOutput
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 ListReferenceStoresOutput
impl Debug for ListReferenceStoresOutput
source§impl PartialEq<ListReferenceStoresOutput> for ListReferenceStoresOutput
impl PartialEq<ListReferenceStoresOutput> for ListReferenceStoresOutput
source§fn eq(&self, other: &ListReferenceStoresOutput) -> bool
fn eq(&self, other: &ListReferenceStoresOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListReferenceStoresOutput
impl RequestId for ListReferenceStoresOutput
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 ListReferenceStoresOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListReferenceStoresOutput
impl Send for ListReferenceStoresOutput
impl Sync for ListReferenceStoresOutput
impl Unpin for ListReferenceStoresOutput
impl UnwindSafe for ListReferenceStoresOutput
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