Struct slack_api::channels::RenameResponseChannel
[−]
[src]
pub struct RenameResponseChannel {
pub created: Option<f32>,
pub id: Option<String>,
pub is_channel: Option<bool>,
pub name: Option<String>,
}Fields
created: Option<f32>
id: Option<String>
is_channel: Option<bool>
name: Option<String>
Trait Implementations
impl Clone for RenameResponseChannel[src]
fn clone(&self) -> RenameResponseChannel
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