pub struct DisplayRuleStep {
pub decimal_digits: i64,
pub lower_edge: Decimal,
pub whole_digits: i64,
}
Fields§
§decimal_digits: i64
§lower_edge: Decimal
§whole_digits: i64
Trait Implementations§
Source§impl Clone for DisplayRuleStep
impl Clone for DisplayRuleStep
Source§fn clone(&self) -> DisplayRuleStep
fn clone(&self) -> DisplayRuleStep
Returns a duplicate 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 DisplayRuleStep
impl Debug for DisplayRuleStep
Source§impl Default for DisplayRuleStep
impl Default for DisplayRuleStep
Source§fn default() -> DisplayRuleStep
fn default() -> DisplayRuleStep
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DisplayRuleStep
impl<'de> Deserialize<'de> for DisplayRuleStep
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DisplayRuleStep
impl PartialEq for DisplayRuleStep
Source§impl Serialize for DisplayRuleStep
impl Serialize for DisplayRuleStep
impl StructuralPartialEq for DisplayRuleStep
Auto Trait Implementations§
impl Freeze for DisplayRuleStep
impl RefUnwindSafe for DisplayRuleStep
impl Send for DisplayRuleStep
impl Sync for DisplayRuleStep
impl Unpin for DisplayRuleStep
impl UnwindSafe for DisplayRuleStep
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more