Struct bui_backend_types::ConnectionKey[][src]

pub struct ConnectionKey(pub u32);

Identifier for each connected event stream listener (one per client tab).

Trait Implementations

impl Debug for ConnectionKey
[src]

Formats the value using the given formatter. Read more

impl Clone for ConnectionKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ConnectionKey
[src]

impl Eq for ConnectionKey
[src]

impl PartialEq for ConnectionKey
[src]

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

This method tests for !=.

impl Hash for ConnectionKey
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations