Struct lolapi::dto::Gold [] [src]

pub struct Gold {
    pub sell: i32,
    pub total: i32,
    pub base: i32,
    pub purchasable: bool,
}

Fields

Trait Implementations

impl Clone for Gold
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Gold
[src]

[src]

Formats the value using the given formatter.