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