Enum redis_client::types::SenderType
[−]
[src]
pub enum SenderType {
Simple,
Pipe(usize),
}Variants
Simple | |
Pipe |
pub enum SenderType {
Simple,
Pipe(usize),
}Simple | |
Pipe |
impl Clone for SenderTypefn clone(&self) -> SenderTypefn clone_from(&mut self, source: &Self)impl Debug for SenderType