Struct data_streaming_service::data_notification::PendingClientResponse [−][src]
pub struct PendingClientResponse {
pub client_request: DataClientRequest,
pub client_response: Option<Result<Response<ResponsePayload>, Error>>,
}Expand description
A pending client response where data has been requested from the
network and will be available in client_response when received.
Fields
client_request: DataClientRequestclient_response: Option<Result<Response<ResponsePayload>, Error>>Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for PendingClientResponse
impl Send for PendingClientResponse
impl !Sync for PendingClientResponse
impl Unpin for PendingClientResponse
impl !UnwindSafe for PendingClientResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self