pub struct RemoveAssociatedPartyProposal {
pub removed_party_index: LeafIndex,
}
Available on crate feature
draft-kohbrok-mls-associated-parties
only.Fields§
§removed_party_index: LeafIndex
Trait Implementations§
Source§impl Clone for RemoveAssociatedPartyProposal
impl Clone for RemoveAssociatedPartyProposal
Source§fn clone(&self) -> RemoveAssociatedPartyProposal
fn clone(&self) -> RemoveAssociatedPartyProposal
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'de> Deserialize<'de> for RemoveAssociatedPartyProposal
impl<'de> Deserialize<'de> for RemoveAssociatedPartyProposal
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 RemoveAssociatedPartyProposal
impl Deserialize for RemoveAssociatedPartyProposal
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 RemoveAssociatedPartyProposal
impl PartialEq for RemoveAssociatedPartyProposal
Source§fn eq(&self, other: &RemoveAssociatedPartyProposal) -> bool
fn eq(&self, other: &RemoveAssociatedPartyProposal) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Size for &RemoveAssociatedPartyProposal
impl Size for &RemoveAssociatedPartyProposal
fn tls_serialized_len(&self) -> usize
Source§impl Size for RemoveAssociatedPartyProposal
impl Size for RemoveAssociatedPartyProposal
fn tls_serialized_len(&self) -> usize
impl Copy for RemoveAssociatedPartyProposal
impl Eq for RemoveAssociatedPartyProposal
impl StructuralPartialEq for RemoveAssociatedPartyProposal
Auto Trait Implementations§
impl Freeze for RemoveAssociatedPartyProposal
impl RefUnwindSafe for RemoveAssociatedPartyProposal
impl Send for RemoveAssociatedPartyProposal
impl Sync for RemoveAssociatedPartyProposal
impl Unpin for RemoveAssociatedPartyProposal
impl UnwindSafe for RemoveAssociatedPartyProposal
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