Struct mentat_tolstoy::tx_processor::TxPart
[−]
[src]
pub struct TxPart { pub e: Entid, pub a: Entid, pub v: TypedValue, pub tx: Entid, pub added: bool, }
Fields
e: Entid
a: Entid
v: TypedValue
tx: Entid
added: bool
Trait Implementations
impl Debug for TxPart
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more