Struct aws_sdk_proton::model::RepositorySummary
source · #[non_exhaustive]pub struct RepositorySummary { /* private fields */ }
Expand description
Summary data of a linked repository—a repository that has been registered with Proton.
Implementations§
source§impl RepositorySummary
impl RepositorySummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RepositorySummary
.
Trait Implementations§
source§impl Clone for RepositorySummary
impl Clone for RepositorySummary
source§fn clone(&self) -> RepositorySummary
fn clone(&self) -> RepositorySummary
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 Debug for RepositorySummary
impl Debug for RepositorySummary
source§impl PartialEq<RepositorySummary> for RepositorySummary
impl PartialEq<RepositorySummary> for RepositorySummary
source§fn eq(&self, other: &RepositorySummary) -> bool
fn eq(&self, other: &RepositorySummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.