#[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() -> GetRepositorySyncStatusOutputBuilder
pub fn builder() -> GetRepositorySyncStatusOutputBuilder
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 ==
.source§impl RequestId for GetRepositorySyncStatusOutput
impl RequestId for GetRepositorySyncStatusOutput
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.