Struct space_rx::v2_api::requests::launchpad::AllLaunchpadsRequest[][src]

pub struct AllLaunchpadsRequest {}

Retrieves information about all launchpads. Endpoint is v2/launchpads.

Trait Implementations

impl Debug for AllLaunchpadsRequest
[src]

Formats the value using the given formatter. Read more

impl Default for AllLaunchpadsRequest
[src]

Returns the "default value" for a type. Read more

impl ApiRequest for AllLaunchpadsRequest
[src]

Auto Trait Implementations