#[non_exhaustive]pub struct ListSourceRepositoryBranchesOutput { /* private fields */ }
Implementations§
source§impl ListSourceRepositoryBranchesOutput
impl ListSourceRepositoryBranchesOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token returned from a call to this API to indicate the next batch of results to return, if any.
sourcepub fn items(&self) -> Option<&[ListSourceRepositoryBranchesItem]>
pub fn items(&self) -> Option<&[ListSourceRepositoryBranchesItem]>
Information about the source branches.
source§impl ListSourceRepositoryBranchesOutput
impl ListSourceRepositoryBranchesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListSourceRepositoryBranchesOutput
.
Trait Implementations§
source§impl Clone for ListSourceRepositoryBranchesOutput
impl Clone for ListSourceRepositoryBranchesOutput
source§fn clone(&self) -> ListSourceRepositoryBranchesOutput
fn clone(&self) -> ListSourceRepositoryBranchesOutput
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<ListSourceRepositoryBranchesOutput> for ListSourceRepositoryBranchesOutput
impl PartialEq<ListSourceRepositoryBranchesOutput> for ListSourceRepositoryBranchesOutput
source§fn eq(&self, other: &ListSourceRepositoryBranchesOutput) -> bool
fn eq(&self, other: &ListSourceRepositoryBranchesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.