#[non_exhaustive]pub struct ListRepositoryAssociationsOutput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl ListRepositoryAssociationsOutput
impl ListRepositoryAssociationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRepositoryAssociationsOutput.
Trait Implementations
sourceimpl Clone for ListRepositoryAssociationsOutput
impl Clone for ListRepositoryAssociationsOutput
sourcefn clone(&self) -> ListRepositoryAssociationsOutput
fn clone(&self) -> ListRepositoryAssociationsOutput
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<ListRepositoryAssociationsOutput> for ListRepositoryAssociationsOutput
impl PartialEq<ListRepositoryAssociationsOutput> for ListRepositoryAssociationsOutput
sourcefn eq(&self, other: &ListRepositoryAssociationsOutput) -> bool
fn eq(&self, other: &ListRepositoryAssociationsOutput) -> bool
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
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