Struct slack_api::dnd::EndSnoozeResponse [] [src]

pub struct EndSnoozeResponse {
    pub dnd_enabled: Option<bool>,
    pub next_dnd_end_ts: Option<f32>,
    pub next_dnd_start_ts: Option<f32>,
    pub snooze_enabled: Option<bool>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for EndSnoozeResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EndSnoozeResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<EndSnoozeResponse, EndSnoozeError<E>>> for EndSnoozeResponse
[src]

Performs the conversion.