Struct lapin_async::types::DecimalValue []

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

Fields

Trait Implementations

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

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for DecimalValue

Serialize this value into the given Serde serializer. Read more

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 Clone for DecimalValue

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DecimalValue

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DecimalValue

impl Sync for DecimalValue