Struct aws_sdk_ecr::model::LifecyclePolicyRuleAction
source · [−]#[non_exhaustive]pub struct LifecyclePolicyRuleAction { /* private fields */ }
Expand description
The type of action to be taken.
Implementations
sourceimpl LifecyclePolicyRuleAction
impl LifecyclePolicyRuleAction
sourcepub fn type(&self) -> Option<&ImageActionType>
pub fn type(&self) -> Option<&ImageActionType>
The type of action to be taken.
sourceimpl LifecyclePolicyRuleAction
impl LifecyclePolicyRuleAction
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LifecyclePolicyRuleAction
.
Trait Implementations
sourceimpl Clone for LifecyclePolicyRuleAction
impl Clone for LifecyclePolicyRuleAction
sourcefn clone(&self) -> LifecyclePolicyRuleAction
fn clone(&self) -> LifecyclePolicyRuleAction
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 LifecyclePolicyRuleAction
impl Debug for LifecyclePolicyRuleAction
sourceimpl PartialEq<LifecyclePolicyRuleAction> for LifecyclePolicyRuleAction
impl PartialEq<LifecyclePolicyRuleAction> for LifecyclePolicyRuleAction
sourcefn eq(&self, other: &LifecyclePolicyRuleAction) -> bool
fn eq(&self, other: &LifecyclePolicyRuleAction) -> bool
impl StructuralPartialEq for LifecyclePolicyRuleAction
Auto Trait Implementations
impl RefUnwindSafe for LifecyclePolicyRuleAction
impl Send for LifecyclePolicyRuleAction
impl Sync for LifecyclePolicyRuleAction
impl Unpin for LifecyclePolicyRuleAction
impl UnwindSafe for LifecyclePolicyRuleAction
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