Struct aws_sdk_codegurureviewer::operation::list_repository_associations::ListRepositoryAssociationsOutput
source · #[non_exhaustive]pub struct ListRepositoryAssociationsOutput { /* private fields */ }Implementations§
source§impl ListRepositoryAssociationsOutput
impl ListRepositoryAssociationsOutput
sourcepub fn repository_association_summaries(
&self
) -> Option<&[RepositoryAssociationSummary]>
pub fn repository_association_summaries( &self ) -> Option<&[RepositoryAssociationSummary]>
A list of repository associations that meet the criteria of the request.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken value to include in a future ListRecommendations request. When the results of a ListRecommendations request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
source§impl ListRepositoryAssociationsOutput
impl ListRepositoryAssociationsOutput
sourcepub fn builder() -> ListRepositoryAssociationsOutputBuilder
pub fn builder() -> ListRepositoryAssociationsOutputBuilder
Creates a new builder-style object to manufacture ListRepositoryAssociationsOutput.
Trait Implementations§
source§impl Clone for ListRepositoryAssociationsOutput
impl Clone for ListRepositoryAssociationsOutput
source§fn clone(&self) -> ListRepositoryAssociationsOutput
fn clone(&self) -> ListRepositoryAssociationsOutput
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 PartialEq<ListRepositoryAssociationsOutput> for ListRepositoryAssociationsOutput
impl PartialEq<ListRepositoryAssociationsOutput> for ListRepositoryAssociationsOutput
source§fn eq(&self, other: &ListRepositoryAssociationsOutput) -> bool
fn eq(&self, other: &ListRepositoryAssociationsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListRepositoryAssociationsOutput
impl RequestId for ListRepositoryAssociationsOutput
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 ListRepositoryAssociationsOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListRepositoryAssociationsOutput
impl Send for ListRepositoryAssociationsOutput
impl Sync for ListRepositoryAssociationsOutput
impl Unpin for ListRepositoryAssociationsOutput
impl UnwindSafe for ListRepositoryAssociationsOutput
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