Struct tea_sdk::utils::wasm_actor::actors::statemachine::CommitContextList
pub struct CommitContextList {
pub ctx_list: Vec<CommitContext>,
pub neutralize_hidden_acct_credit: U256,
pub neutralize_hidden_acct_debit: U256,
}
Fields§
§ctx_list: Vec<CommitContext>
Implementations§
Trait Implementations§
§impl Clone for CommitContextList
impl Clone for CommitContextList
§fn clone(&self) -> CommitContextList
fn clone(&self) -> CommitContextList
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for CommitContextList
impl Debug for CommitContextList
§impl Default for CommitContextList
impl Default for CommitContextList
§fn default() -> CommitContextList
fn default() -> CommitContextList
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CommitContextList
impl Send for CommitContextList
impl Sync for CommitContextList
impl Unpin for CommitContextList
impl UnwindSafe for CommitContextList
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