Struct slack_api::files::InfoResponse
[−]
[src]
pub struct InfoResponse { pub comments: Option<Vec<FileComment>>, pub file: Option<File>, pub paging: Option<Paging>, // some fields omitted }
Fields
comments: Option<Vec<FileComment>>
file: Option<File>
paging: Option<Paging>
Trait Implementations
impl Clone for InfoResponse
[src]
fn clone(&self) -> InfoResponse
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 InfoResponse
[src]
impl<E: Error> Into<Result<InfoResponse, InfoError<E>>> for InfoResponse
[src]
fn into(self) -> Result<InfoResponse, InfoError<E>>
Performs the conversion.