Struct rsmq::Message [] [src]

pub struct Message {
    pub id: String,
    pub message: String,
    pub rc: u64,
    pub fr: u64,
    pub sent: u64,
}

Fields

Methods

impl Message
[src]

[src]

Trait Implementations

impl Clone for Message
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Message
[src]

[src]

Formats the value using the given formatter.

impl FromRedisValue for Message
[src]

[src]

Given a redis Value this attempts to convert it into the given destination type. If that fails because it's not compatible an appropriate error is generated. Read more

[src]

Similar to from_redis_value but constructs a vector of objects from another vector of values. This primarily exists internally to customize the behavior for vectors of tuples. Read more