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