pub enum ContactBindingState {
OtpSent,
EmailSent,
Pending,
Completed,
}Variants§
Trait Implementations§
Source§impl Clone for ContactBindingState
impl Clone for ContactBindingState
Source§fn clone(&self) -> ContactBindingState
fn clone(&self) -> ContactBindingState
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 moreimpl Copy for ContactBindingState
Source§impl Debug for ContactBindingState
impl Debug for ContactBindingState
Source§impl<'de> Deserialize<'de> for ContactBindingState
impl<'de> Deserialize<'de> for ContactBindingState
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 ContactBindingState
Source§impl PartialEq for ContactBindingState
impl PartialEq for ContactBindingState
Source§fn eq(&self, other: &ContactBindingState) -> bool
fn eq(&self, other: &ContactBindingState) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ContactBindingState
impl Serialize for ContactBindingState
impl StructuralPartialEq for ContactBindingState
Auto Trait Implementations§
impl Freeze for ContactBindingState
impl RefUnwindSafe for ContactBindingState
impl Send for ContactBindingState
impl Sync for ContactBindingState
impl Unpin for ContactBindingState
impl UnsafeUnpin for ContactBindingState
impl UnwindSafe for ContactBindingState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.