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