pub struct SlotKey {
pub owner: Address,
pub contract: Address,
}
Expand description
Key of the slot in Slots
Fields§
§owner: Address
Owner of the slot
contract: Address
Contract that manages the slot
Trait Implementations§
impl Copy for SlotKey
impl Eq for SlotKey
impl StructuralPartialEq for SlotKey
Auto Trait Implementations§
impl Freeze for SlotKey
impl RefUnwindSafe for SlotKey
impl Send for SlotKey
impl Sync for SlotKey
impl Unpin for SlotKey
impl UnwindSafe for SlotKey
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