Struct butlerd::Responses::Dates[][src]

pub struct Dates {
    pub created_at: String,
    pub updated_at: String,
}

The base struct for publish/update dates

Fields

Trait Implementations

impl Debug for Dates
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Dates

impl Sync for Dates