Struct aws_sdk_codegurureviewer::model::S3Repository
source · #[non_exhaustive]pub struct S3Repository { /* private fields */ }
Expand description
Information about a repository in an S3 bucket.
Implementations§
source§impl S3Repository
impl S3Repository
source§impl S3Repository
impl S3Repository
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3Repository
.
Trait Implementations§
source§impl Clone for S3Repository
impl Clone for S3Repository
source§fn clone(&self) -> S3Repository
fn clone(&self) -> S3Repository
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 S3Repository
impl Debug for S3Repository
source§impl PartialEq<S3Repository> for S3Repository
impl PartialEq<S3Repository> for S3Repository
source§fn eq(&self, other: &S3Repository) -> bool
fn eq(&self, other: &S3Repository) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.