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