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 PubSubTypefn clone(&self) -> PubSubTypefn clone_from(&mut self, source: &Self)impl Debug for PubSubType