Struct space_rx::v2_api::requests::capsule::AllCapsulesRequest[][src]

pub struct AllCapsulesRequest {}

Retrieves information about all capsules. Endpoint is v2/capsules.

Trait Implementations

impl Debug for AllCapsulesRequest
[src]

Formats the value using the given formatter. Read more

impl Default for AllCapsulesRequest
[src]

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

impl ApiRequest for AllCapsulesRequest
[src]

Auto Trait Implementations