pub enum AccountAuthOperationType {
Unknown,
Enable,
Disable,
AddAuthority,
RemoveAuthority,
}Variants§
Trait Implementations§
Source§impl Clone for AccountAuthOperationType
impl Clone for AccountAuthOperationType
Source§fn clone(&self) -> AccountAuthOperationType
fn clone(&self) -> AccountAuthOperationType
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 Debug for AccountAuthOperationType
impl Debug for AccountAuthOperationType
Source§impl<'de> Deserialize<'de> for AccountAuthOperationType
impl<'de> Deserialize<'de> for AccountAuthOperationType
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 Hash for AccountAuthOperationType
impl Hash for AccountAuthOperationType
Source§impl PartialEq for AccountAuthOperationType
impl PartialEq for AccountAuthOperationType
Source§impl Serialize for AccountAuthOperationType
impl Serialize for AccountAuthOperationType
impl Eq for AccountAuthOperationType
impl StructuralPartialEq for AccountAuthOperationType
Auto Trait Implementations§
impl Freeze for AccountAuthOperationType
impl RefUnwindSafe for AccountAuthOperationType
impl Send for AccountAuthOperationType
impl Sync for AccountAuthOperationType
impl Unpin for AccountAuthOperationType
impl UnsafeUnpin for AccountAuthOperationType
impl UnwindSafe for AccountAuthOperationType
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