Struct podcast_api::Response [−][src]
Expand description
Response and request context for API call.
Fields
response: ResponseHTTP response.
request: RequestHTTP request that resulted in this response.
Implementations
Get JSON data object from reqwest::Response.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Response
impl !UnwindSafe for Response
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more