Struct data_streaming_service::streaming_client::TerminateStreamRequest [−][src]
pub struct TerminateStreamRequest {
pub notification_id: NotificationId,
pub notification_feedback: NotificationFeedback,
}Expand description
A client request for terminating a stream and providing payload feedback.
Fields
notification_id: NotificationIdnotification_feedback: NotificationFeedbackTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TerminateStreamRequest
impl Send for TerminateStreamRequest
impl Sync for TerminateStreamRequest
impl Unpin for TerminateStreamRequest
impl UnwindSafe for TerminateStreamRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self