Enum redis_client::types::PubSubType
[−]
[src]
pub enum PubSubType { Simple, Channel(String), Pattern(String), }
Variants
Simple | |
Channel | |
Pattern |
pub enum PubSubType { Simple, Channel(String), Pattern(String), }
Simple | |
Channel | |
Pattern |
impl Clone for PubSubType
fn clone(&self) -> PubSubType
fn clone_from(&mut self, source: &Self)
impl Debug for PubSubType