[][src]Type Definition digitalocean::request::ImageRequest

type ImageRequest<M, V> = Request<M, V>;

A type alias with Request<_, Image> specific functions.

Implementations

impl ImageRequest<Update, Image>[src]

pub fn name<S: Display + Serialize>(self, val: S) -> ImageRequest<Update, Image>[src]

The new name that you would like to use for the image.

Digital Ocean Documentation.

impl ImageRequest<Get, Image>[src]