Struct slack_api::mpim::OpenRequest [] [src]

pub struct OpenRequest<'a> {
    pub users: &'a str,
}

Fields

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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Default for OpenRequest<'a>
[src]

Returns the "default value" for a type. Read more

impl<'a> Debug for OpenRequest<'a>
[src]

Formats the value using the given formatter.