Struct digitalocean::method::List [] [src]

pub struct List(pub Option<Limit>);

A list method uses a GET request with pagination.

This method enables the limit() call on requests.

Trait Implementations

impl Debug for List
[src]

[src]

Formats the value using the given formatter.

impl Clone for List
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for List
[src]

impl Default for List
[src]

[src]

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

impl Method for List
[src]