pub enum PrivateGetSecurityKeyStatusResponseAssignments {
Login,
Account,
Wallet,
Admin,
}Variants§
Trait Implementations§
Source§impl Clone for PrivateGetSecurityKeyStatusResponseAssignments
impl Clone for PrivateGetSecurityKeyStatusResponseAssignments
Source§fn clone(&self) -> PrivateGetSecurityKeyStatusResponseAssignments
fn clone(&self) -> PrivateGetSecurityKeyStatusResponseAssignments
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 Default for PrivateGetSecurityKeyStatusResponseAssignments
impl Default for PrivateGetSecurityKeyStatusResponseAssignments
Source§fn default() -> PrivateGetSecurityKeyStatusResponseAssignments
fn default() -> PrivateGetSecurityKeyStatusResponseAssignments
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrivateGetSecurityKeyStatusResponseAssignments
impl<'de> Deserialize<'de> for PrivateGetSecurityKeyStatusResponseAssignments
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 PrivateGetSecurityKeyStatusResponseAssignments
impl PartialEq for PrivateGetSecurityKeyStatusResponseAssignments
Source§fn eq(&self, other: &PrivateGetSecurityKeyStatusResponseAssignments) -> bool
fn eq(&self, other: &PrivateGetSecurityKeyStatusResponseAssignments) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PrivateGetSecurityKeyStatusResponseAssignments
Auto Trait Implementations§
impl Freeze for PrivateGetSecurityKeyStatusResponseAssignments
impl RefUnwindSafe for PrivateGetSecurityKeyStatusResponseAssignments
impl Send for PrivateGetSecurityKeyStatusResponseAssignments
impl Sync for PrivateGetSecurityKeyStatusResponseAssignments
impl Unpin for PrivateGetSecurityKeyStatusResponseAssignments
impl UnwindSafe for PrivateGetSecurityKeyStatusResponseAssignments
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