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

pub struct PressurizedCapsule {
    pub payload_volume: PayloadVolume,
}

Fields

Trait Implementations

impl Debug for PressurizedCapsule
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations