Struct slack_api::reminders::AddResponse [] [src]

pub struct AddResponse {
    pub reminder: Option<Reminder>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for AddResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AddResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<AddResponse, AddError<E>>> for AddResponse
[src]

Performs the conversion.