Struct aws_sdk_s3::model::AnalyticsAndOperator
source · [−]#[non_exhaustive]pub struct AnalyticsAndOperator { /* private fields */ }
Expand description
A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates in any combination, and an object must match all of the predicates for the filter to apply.
Implementations
sourceimpl AnalyticsAndOperator
impl AnalyticsAndOperator
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnalyticsAndOperator
.
Trait Implementations
sourceimpl Clone for AnalyticsAndOperator
impl Clone for AnalyticsAndOperator
sourcefn clone(&self) -> AnalyticsAndOperator
fn clone(&self) -> AnalyticsAndOperator
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 AnalyticsAndOperator
impl Debug for AnalyticsAndOperator
sourceimpl PartialEq<AnalyticsAndOperator> for AnalyticsAndOperator
impl PartialEq<AnalyticsAndOperator> for AnalyticsAndOperator
sourcefn eq(&self, other: &AnalyticsAndOperator) -> bool
fn eq(&self, other: &AnalyticsAndOperator) -> bool
impl StructuralPartialEq for AnalyticsAndOperator
Auto Trait Implementations
impl RefUnwindSafe for AnalyticsAndOperator
impl Send for AnalyticsAndOperator
impl Sync for AnalyticsAndOperator
impl Unpin for AnalyticsAndOperator
impl UnwindSafe for AnalyticsAndOperator
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