Struct data_streaming_service::data_notification::DataNotification [−][src]
pub struct DataNotification {
pub notification_id: NotificationId,
pub data_payload: DataPayload,
}Expand description
A single data notification with an ID and data payload.
Fields
notification_id: NotificationIddata_payload: DataPayloadTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DataNotification
impl Send for DataNotification
impl Sync for DataNotification
impl Unpin for DataNotification
impl UnwindSafe for DataNotification
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