Struct juniper::http::tests::TestResponse [−][src]
pub struct TestResponse { pub status_code: i32, pub body: Option<String>, pub content_type: String, }
Normalized response content we expect to get back from the http framework integration we are testing.
Fields
status_code: i32
body: Option<String>
content_type: String
Trait Implementations
impl Debug for TestResponse
[src]
impl Debug for TestResponse
Auto Trait Implementations
impl Send for TestResponse
impl Send for TestResponse
impl Sync for TestResponse
impl Sync for TestResponse