Struct aws_sdk_s3::types::MetricsAndOperator
source · #[non_exhaustive]pub struct MetricsAndOperator { /* 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, and an object must match all of the predicates in order for the filter to apply.
Implementations§
source§impl MetricsAndOperator
impl MetricsAndOperator
sourcepub fn builder() -> MetricsAndOperatorBuilder
pub fn builder() -> MetricsAndOperatorBuilder
Creates a new builder-style object to manufacture MetricsAndOperator
.
Trait Implementations§
source§impl Clone for MetricsAndOperator
impl Clone for MetricsAndOperator
source§fn clone(&self) -> MetricsAndOperator
fn clone(&self) -> MetricsAndOperator
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 MetricsAndOperator
impl Debug for MetricsAndOperator
source§impl PartialEq<MetricsAndOperator> for MetricsAndOperator
impl PartialEq<MetricsAndOperator> for MetricsAndOperator
source§fn eq(&self, other: &MetricsAndOperator) -> bool
fn eq(&self, other: &MetricsAndOperator) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.