Struct mls_rs::group::proposal::RemoveProposal
source · pub struct RemoveProposal { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for RemoveProposal
impl Clone for RemoveProposal
source§fn clone(&self) -> RemoveProposal
fn clone(&self) -> RemoveProposal
Returns a copy 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 RemoveProposal
impl Debug for RemoveProposal
source§impl<'a> From<&'a RemoveProposal> for BorrowedProposal<'a>
impl<'a> From<&'a RemoveProposal> for BorrowedProposal<'a>
source§fn from(p: &'a RemoveProposal) -> Self
fn from(p: &'a RemoveProposal) -> Self
Converts to this type from the input type.
source§impl From<u32> for RemoveProposal
impl From<u32> for RemoveProposal
source§impl MlsDecode for RemoveProposal
impl MlsDecode for RemoveProposal
source§impl MlsEncode for RemoveProposal
impl MlsEncode for RemoveProposal
source§impl MlsSize for RemoveProposal
impl MlsSize for RemoveProposal
fn mls_encoded_len(&self) -> usize
source§impl PartialEq for RemoveProposal
impl PartialEq for RemoveProposal
source§fn eq(&self, other: &RemoveProposal) -> bool
fn eq(&self, other: &RemoveProposal) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for RemoveProposal
impl StructuralEq for RemoveProposal
impl StructuralPartialEq for RemoveProposal
Auto Trait Implementations§
impl RefUnwindSafe for RemoveProposal
impl Send for RemoveProposal
impl Sync for RemoveProposal
impl Unpin for RemoveProposal
impl UnwindSafe for RemoveProposal
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more