Enum gift_shop::account::AccountStatus
source · pub enum AccountStatus {
Initialized,
Active,
}
Variants§
Trait Implementations§
source§impl Clone for AccountStatus
impl Clone for AccountStatus
source§fn clone(&self) -> AccountStatus
fn clone(&self) -> AccountStatus
Returns a copy 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 AccountStatus
impl Debug for AccountStatus
source§impl PartialEq<AccountStatus> for AccountStatus
impl PartialEq<AccountStatus> for AccountStatus
source§fn eq(&self, other: &AccountStatus) -> bool
fn eq(&self, other: &AccountStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for AccountStatus
impl Serialize for AccountStatus
impl StructuralPartialEq for AccountStatus
Auto Trait Implementations§
impl RefUnwindSafe for AccountStatus
impl Send for AccountStatus
impl Sync for AccountStatus
impl Unpin for AccountStatus
impl UnwindSafe for AccountStatus
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