Struct gm_types::events::UnsignedData [] [src]

pub struct UnsignedData {
    pub age: u64,
    pub prev_content: Option<Content>,
    pub prev_sender: Option<String>,
    pub txn_id: Option<String>,
    pub redacted_because: Option<Value>,
}

The unsigned field in many event types.

Fields

Trait Implementations

impl Clone for UnsignedData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for UnsignedData
[src]

[src]

Formats the value using the given formatter.