Struct bui_backend_session_types::SessionKey
source · pub struct SessionKey(pub Uuid);
Expand description
Identifier for each session (one per client browser).
Tuple Fields§
§0: Uuid
Trait Implementations§
source§impl Clone for SessionKey
impl Clone for SessionKey
source§fn clone(&self) -> SessionKey
fn clone(&self) -> SessionKey
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SessionKey
impl Debug for SessionKey
source§impl<'de> Deserialize<'de> for SessionKey
impl<'de> Deserialize<'de> for SessionKey
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for SessionKey
impl Hash for SessionKey
source§impl PartialEq for SessionKey
impl PartialEq for SessionKey
source§fn eq(&self, other: &SessionKey) -> bool
fn eq(&self, other: &SessionKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SessionKey
impl Serialize for SessionKey
impl Copy for SessionKey
impl Eq for SessionKey
impl StructuralPartialEq for SessionKey
Auto Trait Implementations§
impl Freeze for SessionKey
impl RefUnwindSafe for SessionKey
impl Send for SessionKey
impl Sync for SessionKey
impl Unpin for SessionKey
impl UnwindSafe for SessionKey
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more