Struct bui_backend::lowlevel::CallbackDataAndSession [] [src]

pub struct CallbackDataAndSession {
    pub name: String,
    pub args: Value,
    pub session_key: SessionKeyType,
}

Callback data from a connected client.

Fields

The name of the callback sent from the client.

The arguments of the callback sent from the client.

The session key associated with the client.

Trait Implementations

impl Clone for CallbackDataAndSession
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CallbackDataAndSession
[src]

[src]

Formats the value using the given formatter.