#[non_exhaustive]pub struct GetRepositorySyncStatusOutput { /* private fields */ }
Implementations§
source§impl GetRepositorySyncStatusOutput
impl GetRepositorySyncStatusOutput
sourcepub fn latest_sync(&self) -> Option<&RepositorySyncAttempt>
pub fn latest_sync(&self) -> Option<&RepositorySyncAttempt>
The repository sync status detail data that's returned by Proton.
source§impl GetRepositorySyncStatusOutput
impl GetRepositorySyncStatusOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRepositorySyncStatusOutput
.
Trait Implementations§
source§impl Clone for GetRepositorySyncStatusOutput
impl Clone for GetRepositorySyncStatusOutput
source§fn clone(&self) -> GetRepositorySyncStatusOutput
fn clone(&self) -> GetRepositorySyncStatusOutput
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<GetRepositorySyncStatusOutput> for GetRepositorySyncStatusOutput
impl PartialEq<GetRepositorySyncStatusOutput> for GetRepositorySyncStatusOutput
source§fn eq(&self, other: &GetRepositorySyncStatusOutput) -> bool
fn eq(&self, other: &GetRepositorySyncStatusOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.