Struct slack_api::files::RevokePublicURLResponse [] [src]

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

Fields

Trait Implementations

impl Clone for RevokePublicURLResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RevokePublicURLResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<RevokePublicURLResponse, RevokePublicURLError<E>>> for RevokePublicURLResponse
[src]

Performs the conversion.