#[non_exhaustive]pub struct ListSegmentReferencesOutput { /* private fields */ }
Implementations§
source§impl ListSegmentReferencesOutput
impl ListSegmentReferencesOutput
sourcepub fn referenced_by(&self) -> Option<&[RefResource]>
pub fn referenced_by(&self) -> Option<&[RefResource]>
An array of structures, where each structure contains information about one experiment or launch that uses this segment.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use in a subsequent ListSegmentReferences
operation to return the next set of results.
source§impl ListSegmentReferencesOutput
impl ListSegmentReferencesOutput
sourcepub fn builder() -> ListSegmentReferencesOutputBuilder
pub fn builder() -> ListSegmentReferencesOutputBuilder
Creates a new builder-style object to manufacture ListSegmentReferencesOutput
.
Trait Implementations§
source§impl Clone for ListSegmentReferencesOutput
impl Clone for ListSegmentReferencesOutput
source§fn clone(&self) -> ListSegmentReferencesOutput
fn clone(&self) -> ListSegmentReferencesOutput
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 ListSegmentReferencesOutput
impl Debug for ListSegmentReferencesOutput
source§impl PartialEq<ListSegmentReferencesOutput> for ListSegmentReferencesOutput
impl PartialEq<ListSegmentReferencesOutput> for ListSegmentReferencesOutput
source§fn eq(&self, other: &ListSegmentReferencesOutput) -> bool
fn eq(&self, other: &ListSegmentReferencesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListSegmentReferencesOutput
impl RequestId for ListSegmentReferencesOutput
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 ListSegmentReferencesOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListSegmentReferencesOutput
impl Send for ListSegmentReferencesOutput
impl Sync for ListSegmentReferencesOutput
impl Unpin for ListSegmentReferencesOutput
impl UnwindSafe for ListSegmentReferencesOutput
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