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