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