Struct miden_objects::accounts::SlotItem
source · pub struct SlotItem {
pub index: u8,
pub slot: StorageSlot,
}Expand description
Represents a single storage slot item.
Fields§
§index: u8The index this item will occupy in the AccountStorage tree.
slot: StorageSlotThe type and value of the item.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SlotItem
impl RefUnwindSafe for SlotItem
impl Send for SlotItem
impl Sync for SlotItem
impl Unpin for SlotItem
impl UnwindSafe for SlotItem
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