Struct slack_api::api::TestRequest [] [src]

pub struct TestRequest<'a> {
    pub error: Option<&'a str>,
    pub foo: Option<&'a str>,
}

Fields

Error response to return

example property to return

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

Formats the value using the given formatter.