Struct aws_sdk_ecr::output::CreateRepositoryOutput
source · #[non_exhaustive]pub struct CreateRepositoryOutput { /* private fields */ }
Implementations§
source§impl CreateRepositoryOutput
impl CreateRepositoryOutput
sourcepub fn repository(&self) -> Option<&Repository>
pub fn repository(&self) -> Option<&Repository>
The repository that was created.
source§impl CreateRepositoryOutput
impl CreateRepositoryOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateRepositoryOutput
.
Trait Implementations§
source§impl Clone for CreateRepositoryOutput
impl Clone for CreateRepositoryOutput
source§fn clone(&self) -> CreateRepositoryOutput
fn clone(&self) -> CreateRepositoryOutput
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 CreateRepositoryOutput
impl Debug for CreateRepositoryOutput
source§impl PartialEq<CreateRepositoryOutput> for CreateRepositoryOutput
impl PartialEq<CreateRepositoryOutput> for CreateRepositoryOutput
source§fn eq(&self, other: &CreateRepositoryOutput) -> bool
fn eq(&self, other: &CreateRepositoryOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.