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