Struct aws_sdk_proton::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 link's detail data that's returned by Proton.
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 more