Module digitalocean::request

source ·
Expand description

Abstract types representing requests and how they are executed.

Structs

A consuming builder which can be used to build up API calls.

Traits

Describes an API call which can be executed.

Type Definitions

A type alias with Request<_, Account> specific functions.
A type alias with Request<_, Action> specific functions.
A type alias with Request<_, Certificate> specific functions.
A type alias with Request<_, CustomImage> specific functions.
A type alias with Request<_, DomainRecord> specific functions.
A type alias with Request<_, Domain> specific functions.
A type alias with Request<_, DropletAction> specific functions.
A type alias with Request<_, Droplet> specific functions.
A type alias with Request<_, FloatingIpAction> specific functions.
A type alias with Request<_, FloatingIp> specific functions.
A type alias with Request<_, ImageAction> specific functions.
A type alias with Request<_, Image> specific functions.
A type alias with Request<_, LoadBalancer> specific functions.
A type alias with Request<_, Region> specific functions.
A type alias with Request<_, Size> specific functions.
A type alias with Request<_, Snapshot> specific functions.
A type alias with Request<_, SshKey> specific functions.
A type alias with Request<_, Tag> specific functions.
A type alias with Request<_, VolumeAction> specific functions.
A type alias with Request<_, Volume> specific functions.