Struct digitalocean::method::Delete []

pub struct Delete;

A delete method uses a DELETE request.

Trait Implementations

impl Debug for Delete

Formats the value using the given formatter.

impl Clone for Delete

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Delete

impl Default for Delete

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

impl Method for Delete