Struct slack_api::dnd::TeamInfoResponse
[−]
[src]
pub struct TeamInfoResponse { pub users: Option<HashMap<String, bool>>, // some fields omitted }
Fields
users: Option<HashMap<String, bool>>
Trait Implementations
impl Clone for TeamInfoResponse
[src]
fn clone(&self) -> TeamInfoResponse
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 Debug for TeamInfoResponse
[src]
impl<E: Error> Into<Result<TeamInfoResponse, TeamInfoError<E>>> for TeamInfoResponse
[src]
fn into(self) -> Result<TeamInfoResponse, TeamInfoError<E>>
Performs the conversion.