Struct lapin_async::types::DecimalValue []

pub struct DecimalValue {
    pub scale: u8,
    pub value: u32,
}

Fields

Trait Implementations

impl<'de> Deserialize<'de> for DecimalValue

impl Serialize for DecimalValue

impl PartialEq<DecimalValue> for DecimalValue

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for DecimalValue

Formats the value using the given formatter.

impl Clone for DecimalValue

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more