Struct space_rx::v2_api::requests::launch::NextLaunchRequest[][src]

pub struct NextLaunchRequest {}

Retrieves information about the next launch. Endpoint is v2/launches/next.

Trait Implementations

impl Debug for NextLaunchRequest
[src]

Formats the value using the given formatter. Read more

impl Default for NextLaunchRequest
[src]

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

impl ApiRequest for NextLaunchRequest
[src]

Auto Trait Implementations