Struct aws_sdk_glue::model::NullCheckBoxList
source · #[non_exhaustive]pub struct NullCheckBoxList { /* private fields */ }Expand description
Represents whether certain values are recognized as null values for removal.
Implementations§
source§impl NullCheckBoxList
impl NullCheckBoxList
sourcepub fn is_empty(&self) -> Option<bool>
pub fn is_empty(&self) -> Option<bool>
Specifies that an empty string is considered as a null value.
sourcepub fn is_null_string(&self) -> Option<bool>
pub fn is_null_string(&self) -> Option<bool>
Specifies that a value spelling out the word 'null' is considered as a null value.
sourcepub fn is_neg_one(&self) -> Option<bool>
pub fn is_neg_one(&self) -> Option<bool>
Specifies that an integer value of -1 is considered as a null value.
source§impl NullCheckBoxList
impl NullCheckBoxList
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NullCheckBoxList.
Trait Implementations§
source§impl Clone for NullCheckBoxList
impl Clone for NullCheckBoxList
source§fn clone(&self) -> NullCheckBoxList
fn clone(&self) -> NullCheckBoxList
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 NullCheckBoxList
impl Debug for NullCheckBoxList
source§impl PartialEq<NullCheckBoxList> for NullCheckBoxList
impl PartialEq<NullCheckBoxList> for NullCheckBoxList
source§fn eq(&self, other: &NullCheckBoxList) -> bool
fn eq(&self, other: &NullCheckBoxList) -> bool
This method tests for
self and other values to be equal, and is used
by ==.