Struct digitalocean::api::Account []

pub struct Account { /* fields omitted */ }

The user account.

Digital Ocean Documentation.

Methods

impl Account

The total number of droplets the user may have.

The total number of floating IPs the user may have.

The email the user has registered for Digital Ocean with.

The universal identifier for this user.

If true, the user has verified their account via email. False otherwise.

This value is one of "active", "warning" or "locked".

A human-readable message giving more details about the status of the account.

impl Account
[src]

Trait Implementations

impl Debug for Account
[src]

Formats the value using the given formatter.

impl Clone for Account
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl HasResponse for Account
[src]