pub struct KeyForExternalReceiverRef<'a> {
pub external_receiver_ref: &'a ExternalReceiverRef,
pub encrypted_keys_and_nonces: &'a HpkeCiphertext,
}
Available on crate feature
draft-mahy-mls-semiprivatemessage
only.Fields§
§external_receiver_ref: &'a ExternalReceiverRef
§encrypted_keys_and_nonces: &'a HpkeCiphertext
Trait Implementations§
Source§impl<'a> Clone for KeyForExternalReceiverRef<'a>
impl<'a> Clone for KeyForExternalReceiverRef<'a>
Source§fn clone(&self) -> KeyForExternalReceiverRef<'a>
fn clone(&self) -> KeyForExternalReceiverRef<'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 KeyForExternalReceiverRef<'a>
impl<'a> Debug for KeyForExternalReceiverRef<'a>
Source§impl<'a> PartialEq for KeyForExternalReceiverRef<'a>
impl<'a> PartialEq for KeyForExternalReceiverRef<'a>
Source§fn eq(&self, other: &KeyForExternalReceiverRef<'a>) -> bool
fn eq(&self, other: &KeyForExternalReceiverRef<'a>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl<'a> Serialize for &KeyForExternalReceiverRef<'a>
impl<'a> Serialize for &KeyForExternalReceiverRef<'a>
Source§impl<'a> Serialize for KeyForExternalReceiverRef<'a>
impl<'a> Serialize for KeyForExternalReceiverRef<'a>
Source§impl<'a> Serialize for KeyForExternalReceiverRef<'a>
impl<'a> Serialize for KeyForExternalReceiverRef<'a>
Source§impl<'a> Size for &KeyForExternalReceiverRef<'a>
impl<'a> Size for &KeyForExternalReceiverRef<'a>
fn tls_serialized_len(&self) -> usize
Source§impl<'a> Size for KeyForExternalReceiverRef<'a>
impl<'a> Size for KeyForExternalReceiverRef<'a>
fn tls_serialized_len(&self) -> usize
impl<'a> Eq for KeyForExternalReceiverRef<'a>
impl<'a> StructuralPartialEq for KeyForExternalReceiverRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for KeyForExternalReceiverRef<'a>
impl<'a> RefUnwindSafe for KeyForExternalReceiverRef<'a>
impl<'a> Send for KeyForExternalReceiverRef<'a>
impl<'a> Sync for KeyForExternalReceiverRef<'a>
impl<'a> Unpin for KeyForExternalReceiverRef<'a>
impl<'a> UnwindSafe for KeyForExternalReceiverRef<'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