#[non_exhaustive]pub struct PropertyFilters { /* private fields */ }
Expand description
Implementations§
source§impl PropertyFilters
impl PropertyFilters
sourcepub fn properties(&self) -> Option<&[PropertyFilter]>
pub fn properties(&self) -> Option<&[PropertyFilter]>
sourcepub fn logical_operator(&self) -> Option<&LogicalOperator>
pub fn logical_operator(&self) -> Option<&LogicalOperator>
source§impl PropertyFilters
impl PropertyFilters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PropertyFilters
.
Trait Implementations§
source§impl Clone for PropertyFilters
impl Clone for PropertyFilters
source§fn clone(&self) -> PropertyFilters
fn clone(&self) -> PropertyFilters
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 PropertyFilters
impl Debug for PropertyFilters
source§impl PartialEq<PropertyFilters> for PropertyFilters
impl PartialEq<PropertyFilters> for PropertyFilters
source§fn eq(&self, other: &PropertyFilters) -> bool
fn eq(&self, other: &PropertyFilters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.