Struct space_rx::v2_api::requests::part::AllCorePartsRequest[][src]

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

Retrieves info about parts for all cores. Endpoint is v2/parts/cores.

Trait Implementations

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

Formats the value using the given formatter. Read more

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

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

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

Auto Trait Implementations

impl<'a> Send for AllCorePartsRequest<'a>

impl<'a> Sync for AllCorePartsRequest<'a>