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