Struct slack_api::api::TestRequest
[−]
[src]
pub struct TestRequest<'a> { pub error: Option<&'a str>, pub foo: Option<&'a str>, }
Fields
error: Option<&'a str>
Error response to return
foo: Option<&'a str>
example property to return
Trait Implementations
impl<'a> Clone for TestRequest<'a>
[src]
fn clone(&self) -> TestRequest<'a>
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<'a> Default for TestRequest<'a>
[src]
fn default() -> TestRequest<'a>
Returns the "default value" for a type. Read more