pub struct ActorExecutionArgs {
pub tsid: Tsid,
pub token_id: TokenId,
pub txn: TxnSerial,
pub args: Option<ArgSlots>,
}Fields§
§tsid: Tsid§token_id: TokenId§txn: TxnSerial§args: Option<ArgSlots>Trait Implementations§
source§impl Clone for ActorExecutionArgs
impl Clone for ActorExecutionArgs
source§fn clone(&self) -> ActorExecutionArgs
fn clone(&self) -> ActorExecutionArgs
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 moresource§impl Debug for ActorExecutionArgs
impl Debug for ActorExecutionArgs
source§impl<'de> Deserialize<'de> for ActorExecutionArgs
impl<'de> Deserialize<'de> for ActorExecutionArgs
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more