Struct aws_sdk_glue::model::NullValueField
source · #[non_exhaustive]pub struct NullValueField { /* private fields */ }Expand description
Represents a custom null value such as a zeros or other value being used as a null placeholder unique to the dataset.
Implementations§
source§impl NullValueField
impl NullValueField
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NullValueField.
Trait Implementations§
source§impl Clone for NullValueField
impl Clone for NullValueField
source§fn clone(&self) -> NullValueField
fn clone(&self) -> NullValueField
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 NullValueField
impl Debug for NullValueField
source§impl PartialEq<NullValueField> for NullValueField
impl PartialEq<NullValueField> for NullValueField
source§fn eq(&self, other: &NullValueField) -> bool
fn eq(&self, other: &NullValueField) -> bool
This method tests for
self and other values to be equal, and is used
by ==.