pub enum ProtocolPendingReason {
MissingRoster,
MissingDeviceInvite,
PublishRetry,
}Variants§
Trait Implementations§
Source§impl Clone for ProtocolPendingReason
impl Clone for ProtocolPendingReason
Source§fn clone(&self) -> ProtocolPendingReason
fn clone(&self) -> ProtocolPendingReason
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProtocolPendingReason
impl Debug for ProtocolPendingReason
Source§impl<'de> Deserialize<'de> for ProtocolPendingReason
impl<'de> Deserialize<'de> for ProtocolPendingReason
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
impl Eq for ProtocolPendingReason
Source§impl PartialEq for ProtocolPendingReason
impl PartialEq for ProtocolPendingReason
Source§fn eq(&self, other: &ProtocolPendingReason) -> bool
fn eq(&self, other: &ProtocolPendingReason) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProtocolPendingReason
impl Serialize for ProtocolPendingReason
impl StructuralPartialEq for ProtocolPendingReason
Auto Trait Implementations§
impl Freeze for ProtocolPendingReason
impl RefUnwindSafe for ProtocolPendingReason
impl Send for ProtocolPendingReason
impl Sync for ProtocolPendingReason
impl Unpin for ProtocolPendingReason
impl UnsafeUnpin for ProtocolPendingReason
impl UnwindSafe for ProtocolPendingReason
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