Enum redis_protocol::types::FrameKind[][src]

pub enum FrameKind {
    SimpleString,
    Error,
    Integer,
    BulkString,
    Array,
    Moved,
    Ask,
    Null,
}

An enum representing the kind of a Frame without references to any inner data.

Variants

Methods

impl FrameKind
[src]

Trait Implementations

impl Clone for FrameKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FrameKind
[src]

Formats the value using the given formatter. Read more

impl Eq for FrameKind
[src]

impl PartialEq for FrameKind
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for FrameKind

impl Sync for FrameKind