pub struct AssociatedPartySecrets {
pub associated_party_init_secret: SensitiveBytes,
}Available on crate feature
draft-kohbrok-mls-associated-parties only.Fields§
§associated_party_init_secret: SensitiveBytesTrait Implementations§
Source§impl Clone for AssociatedPartySecrets
impl Clone for AssociatedPartySecrets
Source§fn clone(&self) -> AssociatedPartySecrets
fn clone(&self) -> AssociatedPartySecrets
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 AssociatedPartySecrets
impl Debug for AssociatedPartySecrets
Source§impl<'de> Deserialize<'de> for AssociatedPartySecrets
impl<'de> Deserialize<'de> for AssociatedPartySecrets
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 AssociatedPartySecrets
impl Deserialize for AssociatedPartySecrets
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 AssociatedPartySecrets
impl PartialEq for AssociatedPartySecrets
Source§impl Serialize for &AssociatedPartySecrets
impl Serialize for &AssociatedPartySecrets
Source§impl Serialize for AssociatedPartySecrets
impl Serialize for AssociatedPartySecrets
Source§impl Serialize for AssociatedPartySecrets
impl Serialize for AssociatedPartySecrets
Source§impl Size for &AssociatedPartySecrets
impl Size for &AssociatedPartySecrets
fn tls_serialized_len(&self) -> usize
Source§impl Size for AssociatedPartySecrets
impl Size for AssociatedPartySecrets
fn tls_serialized_len(&self) -> usize
impl Eq for AssociatedPartySecrets
impl StructuralPartialEq for AssociatedPartySecrets
Auto Trait Implementations§
impl Freeze for AssociatedPartySecrets
impl RefUnwindSafe for AssociatedPartySecrets
impl Send for AssociatedPartySecrets
impl Sync for AssociatedPartySecrets
impl Unpin for AssociatedPartySecrets
impl UnwindSafe for AssociatedPartySecrets
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