Struct slack_api::files::SharedPublicURLResponse [] [src]

pub struct SharedPublicURLResponse {
    pub file: Option<File>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for SharedPublicURLResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SharedPublicURLResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<SharedPublicURLResponse, SharedPublicURLError<E>>> for SharedPublicURLResponse
[src]

Performs the conversion.