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
dev_partner: String
material: String
size_meters: f64
temp_degrees: i16
Trait Implementations
impl Debug for HeatShield[src]
impl Debug for HeatShieldAuto Trait Implementations
impl Send for HeatShield
impl Send for HeatShieldimpl Sync for HeatShield
impl Sync for HeatShield