#[repr(u64)]pub enum AccountStorageType {
OnChain = 0,
OffChain = 2,
}Variants§
Trait Implementations§
source§impl Clone for AccountStorageType
impl Clone for AccountStorageType
source§fn clone(&self) -> AccountStorageType
fn clone(&self) -> AccountStorageType
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 AccountStorageType
impl Debug for AccountStorageType
source§impl PartialEq for AccountStorageType
impl PartialEq for AccountStorageType
source§fn eq(&self, other: &AccountStorageType) -> bool
fn eq(&self, other: &AccountStorageType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for AccountStorageType
impl Eq for AccountStorageType
impl StructuralPartialEq for AccountStorageType
Auto Trait Implementations§
impl Freeze for AccountStorageType
impl RefUnwindSafe for AccountStorageType
impl Send for AccountStorageType
impl Sync for AccountStorageType
impl Unpin for AccountStorageType
impl UnwindSafe for AccountStorageType
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