#[non_exhaustive]pub struct ListRepositorySyncDefinitionsOutput { /* private fields */ }
Implementations§
source§impl ListRepositorySyncDefinitionsOutput
impl ListRepositorySyncDefinitionsOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token that indicates the location of the next repository sync definition in the array of repository sync definitions, after the current requested list of repository sync definitions.
sourcepub fn sync_definitions(&self) -> Option<&[RepositorySyncDefinition]>
pub fn sync_definitions(&self) -> Option<&[RepositorySyncDefinition]>
An array of repository sync definitions.
source§impl ListRepositorySyncDefinitionsOutput
impl ListRepositorySyncDefinitionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRepositorySyncDefinitionsOutput
.
Trait Implementations§
source§impl Clone for ListRepositorySyncDefinitionsOutput
impl Clone for ListRepositorySyncDefinitionsOutput
source§fn clone(&self) -> ListRepositorySyncDefinitionsOutput
fn clone(&self) -> ListRepositorySyncDefinitionsOutput
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<ListRepositorySyncDefinitionsOutput> for ListRepositorySyncDefinitionsOutput
impl PartialEq<ListRepositorySyncDefinitionsOutput> for ListRepositorySyncDefinitionsOutput
source§fn eq(&self, other: &ListRepositorySyncDefinitionsOutput) -> bool
fn eq(&self, other: &ListRepositorySyncDefinitionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.