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

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

Variants

Simple
Channel
Pattern

Trait Implementations

Derived Implementations

impl Clone for PubSubType

fn clone(&self) -> PubSubType

fn clone_from(&mut self, source: &Self)

impl Debug for PubSubType

fn fmt(&self, __arg_0: &mut Formatter) -> Result