pub struct UpdateAssociatedPartyProposal {
pub updated_party: AssociatedPartyEntry,
}
Available on crate feature
draft-kohbrok-mls-associated-parties
only.Fields§
§updated_party: AssociatedPartyEntry
Trait Implementations§
Source§impl Clone for UpdateAssociatedPartyProposal
impl Clone for UpdateAssociatedPartyProposal
Source§fn clone(&self) -> UpdateAssociatedPartyProposal
fn clone(&self) -> UpdateAssociatedPartyProposal
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<'de> Deserialize<'de> for UpdateAssociatedPartyProposal
impl<'de> Deserialize<'de> for UpdateAssociatedPartyProposal
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 UpdateAssociatedPartyProposal
impl Deserialize for UpdateAssociatedPartyProposal
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 UpdateAssociatedPartyProposal
impl PartialEq for UpdateAssociatedPartyProposal
Source§fn eq(&self, other: &UpdateAssociatedPartyProposal) -> bool
fn eq(&self, other: &UpdateAssociatedPartyProposal) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Size for &UpdateAssociatedPartyProposal
impl Size for &UpdateAssociatedPartyProposal
fn tls_serialized_len(&self) -> usize
Source§impl Size for UpdateAssociatedPartyProposal
impl Size for UpdateAssociatedPartyProposal
fn tls_serialized_len(&self) -> usize
impl Eq for UpdateAssociatedPartyProposal
impl StructuralPartialEq for UpdateAssociatedPartyProposal
Auto Trait Implementations§
impl Freeze for UpdateAssociatedPartyProposal
impl RefUnwindSafe for UpdateAssociatedPartyProposal
impl Send for UpdateAssociatedPartyProposal
impl Sync for UpdateAssociatedPartyProposal
impl Unpin for UpdateAssociatedPartyProposal
impl UnwindSafe for UpdateAssociatedPartyProposal
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