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