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