Struct slack_api::usergroups_users::UpdateResponse
[−]
[src]
pub struct UpdateResponse { pub usergroup: Option<Usergroup>, // some fields omitted }
Fields
usergroup: Option<Usergroup>
Trait Implementations
impl Clone for UpdateResponse
[src]
fn clone(&self) -> UpdateResponse
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 UpdateResponse
[src]
impl<E: Error> Into<Result<UpdateResponse, UpdateError<E>>> for UpdateResponse
[src]
fn into(self) -> Result<UpdateResponse, UpdateError<E>>
Performs the conversion.