pub struct SlotKey {
pub owner: Address,
pub contract: Address,
}
Fields§
§owner: Address
§contract: Address
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