pub struct TwinoidSessionKey(/* private fields */);Expand description
A Twinoid session key.
It correspond to the value of the tw_sid cookie.
LuTuRdIOmZU4JVOt7U70bQzEzzSlkAG2
Implementations§
Trait Implementations§
Source§impl Clone for TwinoidSessionKey
impl Clone for TwinoidSessionKey
Source§fn clone(&self) -> TwinoidSessionKey
fn clone(&self) -> TwinoidSessionKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TwinoidSessionKey
impl Debug for TwinoidSessionKey
Source§impl Display for TwinoidSessionKey
impl Display for TwinoidSessionKey
impl Eq for TwinoidSessionKey
Source§impl FromStr for TwinoidSessionKey
impl FromStr for TwinoidSessionKey
Source§impl Hash for TwinoidSessionKey
impl Hash for TwinoidSessionKey
Source§impl Ord for TwinoidSessionKey
impl Ord for TwinoidSessionKey
Source§fn cmp(&self, other: &TwinoidSessionKey) -> Ordering
fn cmp(&self, other: &TwinoidSessionKey) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TwinoidSessionKey
impl PartialEq for TwinoidSessionKey
Source§impl PartialOrd for TwinoidSessionKey
impl PartialOrd for TwinoidSessionKey
impl StructuralPartialEq for TwinoidSessionKey
Auto Trait Implementations§
impl Freeze for TwinoidSessionKey
impl RefUnwindSafe for TwinoidSessionKey
impl Send for TwinoidSessionKey
impl Sync for TwinoidSessionKey
impl Unpin for TwinoidSessionKey
impl UnsafeUnpin for TwinoidSessionKey
impl UnwindSafe for TwinoidSessionKey
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