Struct slack_api::reminders::AddResponse
[−]
[src]
pub struct AddResponse {
pub reminder: Option<Reminder>,
// some fields omitted
}Fields
reminder: Option<Reminder>
Trait Implementations
impl Clone for AddResponse[src]
fn clone(&self) -> AddResponse
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 AddResponse[src]
impl<E: Error> Into<Result<AddResponse, AddError<E>>> for AddResponse[src]
fn into(self) -> Result<AddResponse, AddError<E>>
Performs the conversion.