Struct redis::streams::StreamId[][src]

pub struct StreamId {
    pub id: String,
    pub map: HashMap<String, Value>,
}
This is supported on crate feature streams only.
Expand description

Represents a stream id and its field/values as a HashMap

Fields

id: String

The stream id (entry ID) of this particular message.

map: HashMap<String, Value>

All fields in this message, associated with their respective values.

Implementations

Fetches value of a given field and converts it to the specified type.

Does the message contain a particular field?

Returns how many field/value pairs exist in this message.

Returns true if there are no field/value pairs in this message.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.