pub struct CommittedState {
pub c4: Cell,
pub c5: Cell,
}
Expand description
Execution effects.
Fields§
§c4: Cell
Contract data.
c5: Cell
Result action list.
Auto Trait Implementations§
impl Freeze for CommittedState
impl !RefUnwindSafe for CommittedState
impl !Send for CommittedState
impl !Sync for CommittedState
impl Unpin for CommittedState
impl !UnwindSafe for CommittedState
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