Struct digitalocean::method::List []

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

Formats the value using the given formatter.

impl Clone for List

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for List

impl Default for List

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

impl Method for List