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