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