Struct digitalocean::api::droplet_fields::NextBackupWindow [] [src]

pub struct NextBackupWindow {
    pub end: DateTime<Utc>,
    pub start: DateTime<Utc>,
}

This exists in the next_backup_window field of a droplet.

Fields

Trait Implementations

impl Debug for NextBackupWindow
[src]

[src]

Formats the value using the given formatter.

impl Clone for NextBackupWindow
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more