Struct slack_api::channels::JoinRequest
[−]
[src]
pub struct JoinRequest<'a> { pub name: &'a str, pub validate: Option<bool>, }
Fields
name: &'a str
Name of channel to join
validate: Option<bool>
Whether to return errors on invalid channel name instead of modifying it to meet the specified criteria.
Trait Implementations
impl<'a> Clone for JoinRequest<'a>
[src]
fn clone(&self) -> JoinRequest<'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 JoinRequest<'a>
[src]
fn default() -> JoinRequest<'a>
Returns the "default value" for a type. Read more