pub struct TntSecretPk { /* private fields */ }Implementations§
Source§impl TntSecretPk
impl TntSecretPk
pub const fn new(conversation_id: ConversationId, epoch: u64) -> TntSecretPk
Trait Implementations§
Source§impl Clone for TntSecretPk
impl Clone for TntSecretPk
Source§fn clone(&self) -> TntSecretPk
fn clone(&self) -> TntSecretPk
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 TntSecretPk
impl Debug for TntSecretPk
impl Eq for TntSecretPk
Source§impl From<TntSecretPkRef<'_>> for TntSecretPk
impl From<TntSecretPkRef<'_>> for TntSecretPk
Source§fn from(key: TntSecretPkRef<'_>) -> Self
fn from(key: TntSecretPkRef<'_>) -> Self
Converts to this type from the input type.
Source§impl Hash for TntSecretPk
impl Hash for TntSecretPk
Source§impl PartialEq for TntSecretPk
impl PartialEq for TntSecretPk
Source§fn eq(&self, other: &TntSecretPk) -> bool
fn eq(&self, other: &TntSecretPk) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TntSecretPk
Auto Trait Implementations§
impl Freeze for TntSecretPk
impl RefUnwindSafe for TntSecretPk
impl Send for TntSecretPk
impl Sync for TntSecretPk
impl Unpin for TntSecretPk
impl UnsafeUnpin for TntSecretPk
impl UnwindSafe for TntSecretPk
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<T> DynEntityId for T
impl<T> DynEntityId for T
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more