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