Struct bui_backend_types::SessionKey[][src]

pub struct SessionKey(pub Uuid);

Identifier for each session (one per client browser).

Methods

impl SessionKey
[src]

Trait Implementations

impl Debug for SessionKey
[src]

Formats the value using the given formatter. Read more

impl Clone for SessionKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SessionKey
[src]

impl Eq for SessionKey
[src]

impl PartialEq for SessionKey
[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 SessionKey
[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

impl Send for SessionKey

impl Sync for SessionKey