pub struct RecipientRecordMetadata {
pub profile_id: u16,
pub recipient_identity_type: u16,
pub recipient_identity_digest: [u8; 32],
}Fields§
§profile_id: u16§recipient_identity_type: u16§recipient_identity_digest: [u8; 32]Trait Implementations§
Source§impl Clone for RecipientRecordMetadata
impl Clone for RecipientRecordMetadata
Source§fn clone(&self) -> RecipientRecordMetadata
fn clone(&self) -> RecipientRecordMetadata
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 RecipientRecordMetadata
impl Debug for RecipientRecordMetadata
impl Eq for RecipientRecordMetadata
Source§impl PartialEq for RecipientRecordMetadata
impl PartialEq for RecipientRecordMetadata
Source§fn eq(&self, other: &RecipientRecordMetadata) -> bool
fn eq(&self, other: &RecipientRecordMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RecipientRecordMetadata
Auto Trait Implementations§
impl Freeze for RecipientRecordMetadata
impl RefUnwindSafe for RecipientRecordMetadata
impl Send for RecipientRecordMetadata
impl Sync for RecipientRecordMetadata
impl Unpin for RecipientRecordMetadata
impl UnsafeUnpin for RecipientRecordMetadata
impl UnwindSafe for RecipientRecordMetadata
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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