Enum mls_rs::group::mls_rules::CommitDirection
source · pub enum CommitDirection {
Send,
Receive,
}
Variants§
Trait Implementations§
source§impl Clone for CommitDirection
impl Clone for CommitDirection
source§fn clone(&self) -> CommitDirection
fn clone(&self) -> CommitDirection
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 CommitDirection
impl Debug for CommitDirection
source§impl PartialEq for CommitDirection
impl PartialEq for CommitDirection
source§fn eq(&self, other: &CommitDirection) -> bool
fn eq(&self, other: &CommitDirection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CommitDirection
impl Eq for CommitDirection
impl StructuralEq for CommitDirection
impl StructuralPartialEq for CommitDirection
Auto Trait Implementations§
impl RefUnwindSafe for CommitDirection
impl Send for CommitDirection
impl Sync for CommitDirection
impl Unpin for CommitDirection
impl UnwindSafe for CommitDirection
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