Enum dex_v4::state::AccountTag
source · #[repr(u64)]
pub enum AccountTag {
Uninitialized,
DexState,
UserAccount,
Closed,
}Variants
Uninitialized
DexState
UserAccount
Closed
Trait Implementations
sourceimpl Clone for AccountTag
impl Clone for AccountTag
sourcefn clone(&self) -> AccountTag
fn clone(&self) -> AccountTag
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AccountTag
impl Debug for AccountTag
sourceimpl PartialEq<AccountTag> for AccountTag
impl PartialEq<AccountTag> for AccountTag
sourcefn eq(&self, other: &AccountTag) -> bool
fn eq(&self, other: &AccountTag) -> bool
impl Copy for AccountTag
impl StructuralPartialEq for AccountTag
Auto Trait Implementations
impl RefUnwindSafe for AccountTag
impl Send for AccountTag
impl Sync for AccountTag
impl Unpin for AccountTag
impl UnwindSafe for AccountTag
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more