Struct slack_api::dnd::InfoResponse
[−]
[src]
pub struct InfoResponse { pub dnd_enabled: Option<bool>, pub next_dnd_end_ts: Option<f32>, pub next_dnd_start_ts: Option<f32>, pub snooze_enabled: Option<bool>, pub snooze_endtime: Option<f32>, pub snooze_remaining: Option<f32>, // some fields omitted }
Fields
dnd_enabled: Option<bool>
next_dnd_end_ts: Option<f32>
next_dnd_start_ts: Option<f32>
snooze_enabled: Option<bool>
snooze_endtime: Option<f32>
snooze_remaining: Option<f32>
Trait Implementations
impl Clone for InfoResponse
[src]
fn clone(&self) -> InfoResponse
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for InfoResponse
[src]
impl<E: Error> Into<Result<InfoResponse, InfoError<E>>> for InfoResponse
[src]
fn into(self) -> Result<InfoResponse, InfoError<E>>
Performs the conversion.