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