Struct ruma_events::receipt::Receipt [] [src]

pub struct Receipt {
    pub ts: u64,
}

An acknowledgement of an event.

Fields

The timestamp the receipt was sent at.

Trait Implementations

impl Clone for Receipt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Receipt
[src]

Formats the value using the given formatter.