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]
impl Debug for AllLaunchpadsRequestfn 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 AllLaunchpadsRequest[src]
impl Default for AllLaunchpadsRequestfn default() -> AllLaunchpadsRequest[src]
fn default() -> AllLaunchpadsRequestReturns the "default value" for a type. Read more
impl ApiRequest for AllLaunchpadsRequest[src]
impl ApiRequest for AllLaunchpadsRequestAuto Trait Implementations
impl Send for AllLaunchpadsRequest
impl Send for AllLaunchpadsRequestimpl Sync for AllLaunchpadsRequest
impl Sync for AllLaunchpadsRequest