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

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

Retrieves info about parts for all capsules. Endpoint is v2/parts/caps.

Trait Implementations

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

Formats the value using the given formatter. Read more

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

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

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

Auto Trait Implementations

impl<'a> Send for AllCapsulePartsRequest<'a>

impl<'a> Sync for AllCapsulePartsRequest<'a>