pub enum StorageKey {
TokensPerOwner {
account_hash: Vec<u8>,
},
}
Variants§
Trait Implementations§
Source§impl BorshSerialize for StorageKey
impl BorshSerialize for StorageKey
impl BorshIntoStorageKey for StorageKeywhere
StorageKey: BorshSerialize,
Auto Trait Implementations§
impl Freeze for StorageKey
impl RefUnwindSafe for StorageKey
impl Send for StorageKey
impl Sync for StorageKey
impl Unpin for StorageKey
impl UnwindSafe for StorageKey
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