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