Struct aws_sdk_ecr::model::ReplicationRule
source · [−]#[non_exhaustive]pub struct ReplicationRule { /* private fields */ }
Expand description
An array of objects representing the replication destinations and repository filters for a replication configuration.
Implementations
sourceimpl ReplicationRule
impl ReplicationRule
sourcepub fn destinations(&self) -> Option<&[ReplicationDestination]>
pub fn destinations(&self) -> Option<&[ReplicationDestination]>
An array of objects representing the destination for a replication rule.
sourcepub fn repository_filters(&self) -> Option<&[RepositoryFilter]>
pub fn repository_filters(&self) -> Option<&[RepositoryFilter]>
An array of objects representing the filters for a replication rule. Specifying a repository filter for a replication rule provides a method for controlling which repositories in a private registry are replicated.
sourceimpl ReplicationRule
impl ReplicationRule
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReplicationRule
.
Trait Implementations
sourceimpl Clone for ReplicationRule
impl Clone for ReplicationRule
sourcefn clone(&self) -> ReplicationRule
fn clone(&self) -> ReplicationRule
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 ReplicationRule
impl Debug for ReplicationRule
sourceimpl PartialEq<ReplicationRule> for ReplicationRule
impl PartialEq<ReplicationRule> for ReplicationRule
sourcefn eq(&self, other: &ReplicationRule) -> bool
fn eq(&self, other: &ReplicationRule) -> bool
impl StructuralPartialEq for ReplicationRule
Auto Trait Implementations
impl RefUnwindSafe for ReplicationRule
impl Send for ReplicationRule
impl Sync for ReplicationRule
impl Unpin for ReplicationRule
impl UnwindSafe for ReplicationRule
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