Enum redis_client::types::PubSubType [] [src]

pub enum PubSubType {
    Simple,
    Channel(String),
    Pattern(String),
}

Variants

Trait Implementations

impl Debug for PubSubType
[src]

Formats the value using the given formatter.

impl Clone for PubSubType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more