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