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