#[non_exhaustive]pub struct DeleteRepositoryOutput { /* private fields */ }
Implementations§
source§impl DeleteRepositoryOutput
impl DeleteRepositoryOutput
sourcepub fn repository(&self) -> Option<&RepositoryDescription>
pub fn repository(&self) -> Option<&RepositoryDescription>
Information about the deleted repository after processing the request.
source§impl DeleteRepositoryOutput
impl DeleteRepositoryOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteRepositoryOutput
.
Trait Implementations§
source§impl Clone for DeleteRepositoryOutput
impl Clone for DeleteRepositoryOutput
source§fn clone(&self) -> DeleteRepositoryOutput
fn clone(&self) -> DeleteRepositoryOutput
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 DeleteRepositoryOutput
impl Debug for DeleteRepositoryOutput
source§impl PartialEq<DeleteRepositoryOutput> for DeleteRepositoryOutput
impl PartialEq<DeleteRepositoryOutput> for DeleteRepositoryOutput
source§fn eq(&self, other: &DeleteRepositoryOutput) -> bool
fn eq(&self, other: &DeleteRepositoryOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.