pub struct AssociatedPartySecret {
pub associated_party_proposal_secret: SensitiveBytes,
}
Available on crate feature
draft-kohbrok-mls-associated-parties
only.Fields§
§associated_party_proposal_secret: SensitiveBytes
Trait Implementations§
Source§impl Clone for AssociatedPartySecret
impl Clone for AssociatedPartySecret
Source§fn clone(&self) -> AssociatedPartySecret
fn clone(&self) -> AssociatedPartySecret
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 Debug for AssociatedPartySecret
impl Debug for AssociatedPartySecret
Source§impl<'de> Deserialize<'de> for AssociatedPartySecret
impl<'de> Deserialize<'de> for AssociatedPartySecret
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Deserialize for AssociatedPartySecret
impl Deserialize for AssociatedPartySecret
Source§fn tls_deserialize<R: Read>(bytes: &mut R) -> Result<Self, Error>
fn tls_deserialize<R: Read>(bytes: &mut R) -> Result<Self, Error>
This function deserializes the
bytes
from the provided a std::io::Read
and returns the populated struct. Read moreSource§impl PartialEq for AssociatedPartySecret
impl PartialEq for AssociatedPartySecret
Source§impl Serialize for &AssociatedPartySecret
impl Serialize for &AssociatedPartySecret
Source§impl Serialize for AssociatedPartySecret
impl Serialize for AssociatedPartySecret
Source§impl Serialize for AssociatedPartySecret
impl Serialize for AssociatedPartySecret
Source§impl Size for &AssociatedPartySecret
impl Size for &AssociatedPartySecret
fn tls_serialized_len(&self) -> usize
Source§impl Size for AssociatedPartySecret
impl Size for AssociatedPartySecret
fn tls_serialized_len(&self) -> usize
impl Eq for AssociatedPartySecret
impl StructuralPartialEq for AssociatedPartySecret
Auto Trait Implementations§
impl Freeze for AssociatedPartySecret
impl RefUnwindSafe for AssociatedPartySecret
impl Send for AssociatedPartySecret
impl Sync for AssociatedPartySecret
impl Unpin for AssociatedPartySecret
impl UnwindSafe for AssociatedPartySecret
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