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