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