Struct slack_api::Reminder[][src]

pub struct Reminder {
    pub complete_ts: Option<f32>,
    pub creator: Option<String>,
    pub id: Option<String>,
    pub recurring: Option<bool>,
    pub text: Option<String>,
    pub time: Option<f32>,
    pub user: Option<String>,
}

Fields

Trait Implementations

impl Clone for Reminder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Reminder
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Reminder

impl Sync for Reminder