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

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]

Formats the value using the given formatter.

impl Clone for NextBackupWindow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more