Struct space_rx::v2_api::models::capsule::HeatShield[][src]

pub struct HeatShield {
    pub dev_partner: String,
    pub material: String,
    pub size_meters: f64,
    pub temp_degrees: i16,
}

Fields

Trait Implementations

impl Debug for HeatShield
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for HeatShield

impl Sync for HeatShield