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

pub struct UpcomingLaunchesRequest<'a> { /* fields omitted */ }

Retrieves information about all upcoming launches. Endpoint is v2/launches/upcoming.

Trait Implementations

impl<'a> Debug for UpcomingLaunchesRequest<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Default for UpcomingLaunchesRequest<'a>
[src]

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

impl<'a> ApiRequest for UpcomingLaunchesRequest<'a>
[src]

Auto Trait Implementations

impl<'a> Send for UpcomingLaunchesRequest<'a>

impl<'a> Sync for UpcomingLaunchesRequest<'a>