Enum rdkafka::message::Timestamp [] [src]

pub enum Timestamp {
    NotAvailable,
    CreateTime(i64),
    LogAppendTime(i64),
}

Timestamp of a message

Variants

Methods

impl Timestamp
[src]

Trait Implementations

impl Debug for Timestamp
[src]

Formats the value using the given formatter.

impl PartialEq for Timestamp
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Timestamp
[src]

impl Clone for Timestamp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Timestamp
[src]