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

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

Variants

Trait Implementations

impl Debug for SenderType
[src]

Formats the value using the given formatter.

impl Clone for SenderType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more