Struct data_streaming_service::streaming_client::StreamRequestMessage [−][src]
pub struct StreamRequestMessage {
pub stream_request: StreamRequest,
pub response_sender: Sender<Result<DataStreamListener, Error>>,
}Expand description
Messages used by the data streaming client for communication with the
streaming service. The streaming service will respond to the client request
through the given response_sender.
Fields
stream_request: StreamRequestresponse_sender: Sender<Result<DataStreamListener, Error>>Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for StreamRequestMessage
impl Send for StreamRequestMessage
impl Sync for StreamRequestMessage
impl Unpin for StreamRequestMessage
impl !UnwindSafe for StreamRequestMessage
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