Enum redis_client::types::SenderType [] [src]

pub enum SenderType {
    Simple,
    Pipe(usize),
}

Variants

Simple
Pipe

Trait Implementations

Derived Implementations

impl Clone for SenderType

fn clone(&self) -> SenderType

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

impl Debug for SenderType

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