Struct bui_backend::highlevel::ConnectionEvent [] [src]

pub struct ConnectionEvent {
    pub typ: ConnectionEventType,
    pub session_key: SessionKeyType,
    pub connection_key: ConnectionKeyType,
    pub path: String,
}

State associated with connection or disconnection.

Fields

The type of connection for this event.

Identifier for the connecting session (one ber browser).

Identifier for the connection (one ber tab).

The path being requested (starts with BuiService::events_prefix).

Trait Implementations

impl Debug for ConnectionEvent
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations