Struct ddcore_rs::models::StatsBlockWithFrames [−][src]
pub struct StatsBlockWithFrames {
pub block: StatsDataBlock,
pub frames: Vec<StatsFrame>,
}Fields
block: StatsDataBlockframes: Vec<StatsFrame>Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for StatsBlockWithFrames
impl Send for StatsBlockWithFrames
impl Sync for StatsBlockWithFrames
impl Unpin for StatsBlockWithFrames
impl UnwindSafe for StatsBlockWithFrames
Blanket Implementations
Mutably borrows from an owned value. Read more