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

Trait Implementations

impl Debug for TxPart
[src]

Formats the value using the given formatter. Read more

impl Clone for TxPart
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TxPart

impl Sync for TxPart