pub struct AssociatedPartyEntryTBS<'a> {
pub encryption_key: HpkePublicKeyRef<'a>,
pub external_sender_index: &'a SenderIndex,
}
Available on crate feature
draft-kohbrok-mls-associated-parties
only.Fields§
§encryption_key: HpkePublicKeyRef<'a>
§external_sender_index: &'a SenderIndex
Trait Implementations§
Source§impl<'a> Clone for AssociatedPartyEntryTBS<'a>
impl<'a> Clone for AssociatedPartyEntryTBS<'a>
Source§fn clone(&self) -> AssociatedPartyEntryTBS<'a>
fn clone(&self) -> AssociatedPartyEntryTBS<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> Debug for AssociatedPartyEntryTBS<'a>
impl<'a> Debug for AssociatedPartyEntryTBS<'a>
Source§impl<'a> PartialEq for AssociatedPartyEntryTBS<'a>
impl<'a> PartialEq for AssociatedPartyEntryTBS<'a>
Source§fn eq(&self, other: &AssociatedPartyEntryTBS<'a>) -> bool
fn eq(&self, other: &AssociatedPartyEntryTBS<'a>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl<'a> Serialize for &AssociatedPartyEntryTBS<'a>
impl<'a> Serialize for &AssociatedPartyEntryTBS<'a>
Source§impl<'a> Serialize for AssociatedPartyEntryTBS<'a>
impl<'a> Serialize for AssociatedPartyEntryTBS<'a>
Source§impl<'a> Serialize for AssociatedPartyEntryTBS<'a>
impl<'a> Serialize for AssociatedPartyEntryTBS<'a>
Source§impl<'a> Size for &AssociatedPartyEntryTBS<'a>
impl<'a> Size for &AssociatedPartyEntryTBS<'a>
fn tls_serialized_len(&self) -> usize
Source§impl<'a> Size for AssociatedPartyEntryTBS<'a>
impl<'a> Size for AssociatedPartyEntryTBS<'a>
fn tls_serialized_len(&self) -> usize
impl<'a> Eq for AssociatedPartyEntryTBS<'a>
impl<'a> StructuralPartialEq for AssociatedPartyEntryTBS<'a>
Auto Trait Implementations§
impl<'a> Freeze for AssociatedPartyEntryTBS<'a>
impl<'a> RefUnwindSafe for AssociatedPartyEntryTBS<'a>
impl<'a> Send for AssociatedPartyEntryTBS<'a>
impl<'a> Sync for AssociatedPartyEntryTBS<'a>
impl<'a> Unpin for AssociatedPartyEntryTBS<'a>
impl<'a> UnwindSafe for AssociatedPartyEntryTBS<'a>
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