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]
impl Debug for NextLaunchRequestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for NextLaunchRequest[src]
impl Default for NextLaunchRequestfn default() -> NextLaunchRequest[src]
fn default() -> NextLaunchRequestReturns the "default value" for a type. Read more
impl ApiRequest for NextLaunchRequest[src]
impl ApiRequest for NextLaunchRequestAuto Trait Implementations
impl Send for NextLaunchRequest
impl Send for NextLaunchRequestimpl Sync for NextLaunchRequest
impl Sync for NextLaunchRequest