Struct jet::products::Price [] [src]

pub struct Price {
    pub price: f32,
}

Fields

Trait Implementations

impl Debug for Price
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Price

impl Sync for Price