pub struct SessionResumeKey(pub [u8; 16]);Tuple Fields§
§0: [u8; 16]Trait Implementations§
Source§impl Clone for SessionResumeKey
impl Clone for SessionResumeKey
Source§fn clone(&self) -> SessionResumeKey
fn clone(&self) -> SessionResumeKey
Returns a duplicate 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 SessionResumeKey
impl Debug for SessionResumeKey
Source§impl Hash for SessionResumeKey
impl Hash for SessionResumeKey
Source§impl PartialEq for SessionResumeKey
impl PartialEq for SessionResumeKey
impl Copy for SessionResumeKey
impl Eq for SessionResumeKey
impl StructuralPartialEq for SessionResumeKey
Auto Trait Implementations§
impl Freeze for SessionResumeKey
impl RefUnwindSafe for SessionResumeKey
impl Send for SessionResumeKey
impl Sync for SessionResumeKey
impl Unpin for SessionResumeKey
impl UnsafeUnpin for SessionResumeKey
impl UnwindSafe for SessionResumeKey
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.