Struct slack_api::files::SharedPublicURLRequest [] [src]

pub struct SharedPublicURLRequest<'a> {
    pub file: &'a str,
}

Fields

File to share

Trait Implementations

impl<'a> Clone for SharedPublicURLRequest<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Default for SharedPublicURLRequest<'a>
[src]

Returns the "default value" for a type. Read more

impl<'a> Debug for SharedPublicURLRequest<'a>
[src]

Formats the value using the given formatter.