Struct space_rx::v2_api::requests::rocket::AllRocketsRequest [−][src]
pub struct AllRocketsRequest {}Retrieves information about all SpaceX rockets. Endpoint is v2/rockets.
Trait Implementations
impl Debug for AllRocketsRequest[src]
impl Debug for AllRocketsRequestfn 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 AllRocketsRequest[src]
impl Default for AllRocketsRequestfn default() -> AllRocketsRequest[src]
fn default() -> AllRocketsRequestReturns the "default value" for a type. Read more
impl ApiRequest for AllRocketsRequest[src]
impl ApiRequest for AllRocketsRequestAuto Trait Implementations
impl Send for AllRocketsRequest
impl Send for AllRocketsRequestimpl Sync for AllRocketsRequest
impl Sync for AllRocketsRequest