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]
impl Debug for AllCapsulesRequestfn 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 AllCapsulesRequest[src]
impl Default for AllCapsulesRequestfn default() -> AllCapsulesRequest[src]
fn default() -> AllCapsulesRequestReturns the "default value" for a type. Read more
impl ApiRequest for AllCapsulesRequest[src]
impl ApiRequest for AllCapsulesRequestAuto Trait Implementations
impl Send for AllCapsulesRequest
impl Send for AllCapsulesRequestimpl Sync for AllCapsulesRequest
impl Sync for AllCapsulesRequest