pub struct StoredEpochEncryptionKeypairPk {
pub conversation_id: ConversationId,
pub own_leaf_idx: u32,
pub epoch: u64,
}Expand description
Primary key type for StoredEpochEncryptionKeypair
Fields§
§conversation_id: ConversationId§own_leaf_idx: u32§epoch: u64Trait Implementations§
Source§impl Clone for StoredEpochEncryptionKeypairPk
impl Clone for StoredEpochEncryptionKeypairPk
Source§fn clone(&self) -> StoredEpochEncryptionKeypairPk
fn clone(&self) -> StoredEpochEncryptionKeypairPk
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 moreimpl Eq for StoredEpochEncryptionKeypairPk
Source§impl<'a> From<&'a StoredEpochEncryptionKeypairPk> for StoredEpochEncryptionKeypairPkRef<'a>
impl<'a> From<&'a StoredEpochEncryptionKeypairPk> for StoredEpochEncryptionKeypairPkRef<'a>
Source§fn from(_: &'a StoredEpochEncryptionKeypairPk) -> Self
fn from(_: &'a StoredEpochEncryptionKeypairPk) -> Self
Converts to this type from the input type.
Source§impl<'a> From<StoredEpochEncryptionKeypairPkRef<'a>> for StoredEpochEncryptionKeypairPk
impl<'a> From<StoredEpochEncryptionKeypairPkRef<'a>> for StoredEpochEncryptionKeypairPk
Source§fn from(_: StoredEpochEncryptionKeypairPkRef<'a>) -> Self
fn from(_: StoredEpochEncryptionKeypairPkRef<'a>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StoredEpochEncryptionKeypairPk
impl PartialEq for StoredEpochEncryptionKeypairPk
Source§fn eq(&self, other: &StoredEpochEncryptionKeypairPk) -> bool
fn eq(&self, other: &StoredEpochEncryptionKeypairPk) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StoredEpochEncryptionKeypairPk
Auto Trait Implementations§
impl Freeze for StoredEpochEncryptionKeypairPk
impl RefUnwindSafe for StoredEpochEncryptionKeypairPk
impl Send for StoredEpochEncryptionKeypairPk
impl Sync for StoredEpochEncryptionKeypairPk
impl Unpin for StoredEpochEncryptionKeypairPk
impl UnsafeUnpin for StoredEpochEncryptionKeypairPk
impl UnwindSafe for StoredEpochEncryptionKeypairPk
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