Struct space_rx::v2_api::models::launch::Reuse[][src]

pub struct Reuse {
    pub capsule: bool,
    pub core: bool,
    pub fairings: bool,
    pub side_core1: bool,
    pub side_core2: bool,
}

Fields

Trait Implementations

impl Debug for Reuse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Reuse

impl Sync for Reuse