pub enum InboxHandshakeProtocolVersion {
V1,
}Expand description
Protocol version for invitation messages
Variants§
V1
Trait Implementations§
Source§impl Clone for InboxHandshakeProtocolVersion
impl Clone for InboxHandshakeProtocolVersion
Source§fn clone(&self) -> InboxHandshakeProtocolVersion
fn clone(&self) -> InboxHandshakeProtocolVersion
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<'de> Deserialize<'de> for InboxHandshakeProtocolVersion
impl<'de> Deserialize<'de> for InboxHandshakeProtocolVersion
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 PartialEq for InboxHandshakeProtocolVersion
impl PartialEq for InboxHandshakeProtocolVersion
Source§fn eq(&self, other: &InboxHandshakeProtocolVersion) -> bool
fn eq(&self, other: &InboxHandshakeProtocolVersion) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for InboxHandshakeProtocolVersion
impl StructuralPartialEq for InboxHandshakeProtocolVersion
Auto Trait Implementations§
impl Freeze for InboxHandshakeProtocolVersion
impl RefUnwindSafe for InboxHandshakeProtocolVersion
impl Send for InboxHandshakeProtocolVersion
impl Sync for InboxHandshakeProtocolVersion
impl Unpin for InboxHandshakeProtocolVersion
impl UnwindSafe for InboxHandshakeProtocolVersion
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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<T> Classify for T
impl<T> Classify for T
type Classified = T
fn classify(self) -> T
§impl<T> Classify for T
impl<T> Classify for T
type Classified = T
fn classify(self) -> T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Declassify for T
impl<T> Declassify for T
type Declassified = T
fn declassify(self) -> T
§impl<T> Declassify for T
impl<T> Declassify for T
type Declassified = T
fn declassify(self) -> T
§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
Compare self to
key and return true if they are equal.§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