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
name: String
The name of the callback sent from the client.
args: Value
The arguments of the callback sent from the client.
session_key: SessionKeyType
The session key associated with the client.
Trait Implementations
impl Clone for CallbackDataAndSession[src]
fn clone(&self) -> CallbackDataAndSession[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more