#[non_exhaustive]pub struct CodeCommitRepository { /* private fields */ }
Expand description
Information about an Amazon Web Services CodeCommit repository. The CodeCommit repository must be in the same Amazon Web Services Region and Amazon Web Services account where its CodeGuru Reviewer code reviews are configured.
Implementations§
source§impl CodeCommitRepository
impl CodeCommitRepository
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
The name of the Amazon Web Services CodeCommit repository. For more information, see repositoryName in the Amazon Web Services CodeCommit API Reference.
source§impl CodeCommitRepository
impl CodeCommitRepository
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CodeCommitRepository
.
Trait Implementations§
source§impl Clone for CodeCommitRepository
impl Clone for CodeCommitRepository
source§fn clone(&self) -> CodeCommitRepository
fn clone(&self) -> CodeCommitRepository
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 CodeCommitRepository
impl Debug for CodeCommitRepository
source§impl PartialEq<CodeCommitRepository> for CodeCommitRepository
impl PartialEq<CodeCommitRepository> for CodeCommitRepository
source§fn eq(&self, other: &CodeCommitRepository) -> bool
fn eq(&self, other: &CodeCommitRepository) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.