Enum fred::types::RedisValueKind [] [src]

pub enum RedisValueKind {
    Integer,
    String,
    Null,
    // some variants omitted
}

The kind of value from Redis.

Variants

Trait Implementations

impl Clone for RedisValueKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RedisValueKind
[src]

[src]

Formats the value using the given formatter.

impl Eq for RedisValueKind
[src]

impl PartialEq for RedisValueKind
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.