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