Struct slack_api::mpim::OpenRequest
[−]
[src]
pub struct OpenRequest<'a> { pub users: &'a str, }
Fields
users: &'a str
Comma separated lists of users. The ordering of the users is preserved whenever a MPIM group is returned.
Trait Implementations
impl<'a> Clone for OpenRequest<'a>
[src]
fn clone(&self) -> OpenRequest<'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 OpenRequest<'a>
[src]
fn default() -> OpenRequest<'a>
Returns the "default value" for a type. Read more