pub struct AssociatedPartyEncryptionContext<'a> {
pub group_context: &'a GroupContext,
pub ap_commit_secret_id: &'a [u8],
}
Available on crate feature
draft-kohbrok-mls-associated-parties
only.Fields§
§group_context: &'a GroupContext
§ap_commit_secret_id: &'a [u8]
Implementations§
Trait Implementations§
Source§impl<'a> Clone for AssociatedPartyEncryptionContext<'a>
impl<'a> Clone for AssociatedPartyEncryptionContext<'a>
Source§fn clone(&self) -> AssociatedPartyEncryptionContext<'a>
fn clone(&self) -> AssociatedPartyEncryptionContext<'a>
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<'a> Debug for AssociatedPartyEncryptionContext<'a>
impl<'a> Debug for AssociatedPartyEncryptionContext<'a>
Source§impl<'a> PartialEq for AssociatedPartyEncryptionContext<'a>
impl<'a> PartialEq for AssociatedPartyEncryptionContext<'a>
Source§fn eq(&self, other: &AssociatedPartyEncryptionContext<'a>) -> bool
fn eq(&self, other: &AssociatedPartyEncryptionContext<'a>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for AssociatedPartyEncryptionContext<'_>
impl Serialize for AssociatedPartyEncryptionContext<'_>
Source§impl<'a> Serialize for AssociatedPartyEncryptionContext<'a>
impl<'a> Serialize for AssociatedPartyEncryptionContext<'a>
Source§impl Size for AssociatedPartyEncryptionContext<'_>
impl Size for AssociatedPartyEncryptionContext<'_>
fn tls_serialized_len(&self) -> usize
impl<'a> Copy for AssociatedPartyEncryptionContext<'a>
impl<'a> Eq for AssociatedPartyEncryptionContext<'a>
impl<'a> StructuralPartialEq for AssociatedPartyEncryptionContext<'a>
Auto Trait Implementations§
impl<'a> Freeze for AssociatedPartyEncryptionContext<'a>
impl<'a> RefUnwindSafe for AssociatedPartyEncryptionContext<'a>
impl<'a> Send for AssociatedPartyEncryptionContext<'a>
impl<'a> Sync for AssociatedPartyEncryptionContext<'a>
impl<'a> Unpin for AssociatedPartyEncryptionContext<'a>
impl<'a> UnwindSafe for AssociatedPartyEncryptionContext<'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