Struct slack_api::reminders::InfoRequest
[−]
[src]
pub struct InfoRequest<'a> {
pub reminder: &'a str,
}Fields
reminder: &'a str
The ID of the reminder
Trait Implementations
impl<'a> Clone for InfoRequest<'a>[src]
fn clone(&self) -> InfoRequest<'a>
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<'a> Default for InfoRequest<'a>[src]
fn default() -> InfoRequest<'a>
Returns the "default value" for a type. Read more