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