Enum opcua_server::subscriptions::SubscriptionEvent [] [src]

pub enum SubscriptionEvent {
    PublishResponses(Vec<PublishResponseEntry>),
}

Subscription events are passed between the timer thread and the session thread so must be transferable

Variants

Trait Implementations

impl Clone for SubscriptionEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SubscriptionEvent
[src]

Formats the value using the given formatter.

impl PartialEq for SubscriptionEvent
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.