Struct digitalocean::method::Get [] [src]

pub struct Get;

A get method uses a GET request.

Trait Implementations

impl Debug for Get
[src]

[src]

Formats the value using the given formatter.

impl Clone for Get
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Get
[src]

impl Default for Get
[src]

[src]

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

impl Method for Get
[src]