Struct aws_sdk_ecr::output::CreateRepositoryOutput
source · [−]#[non_exhaustive]pub struct CreateRepositoryOutput { /* private fields */ }
Implementations
sourceimpl CreateRepositoryOutput
impl CreateRepositoryOutput
sourcepub fn repository(&self) -> Option<&Repository>
pub fn repository(&self) -> Option<&Repository>
The repository that was created.
sourceimpl CreateRepositoryOutput
impl CreateRepositoryOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateRepositoryOutput
.
Trait Implementations
sourceimpl Clone for CreateRepositoryOutput
impl Clone for CreateRepositoryOutput
sourcefn clone(&self) -> CreateRepositoryOutput
fn clone(&self) -> CreateRepositoryOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CreateRepositoryOutput
impl Debug for CreateRepositoryOutput
sourceimpl PartialEq<CreateRepositoryOutput> for CreateRepositoryOutput
impl PartialEq<CreateRepositoryOutput> for CreateRepositoryOutput
sourcefn eq(&self, other: &CreateRepositoryOutput) -> bool
fn eq(&self, other: &CreateRepositoryOutput) -> bool
impl StructuralPartialEq for CreateRepositoryOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateRepositoryOutput
impl Send for CreateRepositoryOutput
impl Sync for CreateRepositoryOutput
impl Unpin for CreateRepositoryOutput
impl UnwindSafe for CreateRepositoryOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more