#[non_exhaustive]pub struct NullValueFormatConfiguration { /* private fields */ }
Expand description
The options that determine the null value format configuration.
Implementations§
source§impl NullValueFormatConfiguration
impl NullValueFormatConfiguration
sourcepub fn null_string(&self) -> Option<&str>
pub fn null_string(&self) -> Option<&str>
Determines the null string of null values.
source§impl NullValueFormatConfiguration
impl NullValueFormatConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NullValueFormatConfiguration
.
Trait Implementations§
source§impl Clone for NullValueFormatConfiguration
impl Clone for NullValueFormatConfiguration
source§fn clone(&self) -> NullValueFormatConfiguration
fn clone(&self) -> NullValueFormatConfiguration
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 NullValueFormatConfiguration
impl Debug for NullValueFormatConfiguration
source§impl PartialEq<NullValueFormatConfiguration> for NullValueFormatConfiguration
impl PartialEq<NullValueFormatConfiguration> for NullValueFormatConfiguration
source§fn eq(&self, other: &NullValueFormatConfiguration) -> bool
fn eq(&self, other: &NullValueFormatConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.