Struct aws_sdk_accessanalyzer::types::InlineArchiveRule
source · #[non_exhaustive]pub struct InlineArchiveRule { /* private fields */ }
Expand description
An criterion statement in an archive rule. Each archive rule may have multiple criteria.
Implementations§
source§impl InlineArchiveRule
impl InlineArchiveRule
sourcepub fn builder() -> InlineArchiveRuleBuilder
pub fn builder() -> InlineArchiveRuleBuilder
Creates a new builder-style object to manufacture InlineArchiveRule
.
Trait Implementations§
source§impl Clone for InlineArchiveRule
impl Clone for InlineArchiveRule
source§fn clone(&self) -> InlineArchiveRule
fn clone(&self) -> InlineArchiveRule
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 InlineArchiveRule
impl Debug for InlineArchiveRule
source§impl PartialEq<InlineArchiveRule> for InlineArchiveRule
impl PartialEq<InlineArchiveRule> for InlineArchiveRule
source§fn eq(&self, other: &InlineArchiveRule) -> bool
fn eq(&self, other: &InlineArchiveRule) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for InlineArchiveRule
Auto Trait Implementations§
impl RefUnwindSafe for InlineArchiveRule
impl Send for InlineArchiveRule
impl Sync for InlineArchiveRule
impl Unpin for InlineArchiveRule
impl UnwindSafe for InlineArchiveRule
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more