Struct digitalocean::method::Get []

pub struct Get;

A get method uses a GET request.

Trait Implementations

impl Debug for Get

Formats the value using the given formatter.

impl Clone for Get

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Get

impl Default for Get

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

impl Method for Get