Struct slack_api::groups::OpenRequest
[−]
[src]
pub struct OpenRequest<'a> {
pub channel: &'a str,
}Fields
channel: &'a str
Private channel to open.
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