Struct screeps_api::endpoints::room_overview::StatPoint [] [src]

pub struct StatPoint {
    pub amount: u32,
    pub end_time: u32,
    // some fields omitted
}

A single statistics point, representing a quantity for data over an interval of time.

Fields

The amount of whatever quantity this stat point is for

The end time that this stat point is for.

Trait Implementations

impl Copy for StatPoint
[src]

impl Clone for StatPoint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for StatPoint
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for StatPoint
[src]

[src]

Formats the value using the given formatter.

impl From<StatPointResponse> for StatPoint
[src]

[src]

Performs the conversion.