Enum memcached_protocal::Command [] [src]

pub enum Command {
    Delete(DeletionCommand),
    Retrieval(RetrievalCommand),
    Store(StoreCommand),
}

Variants

Trait Implementations

impl Debug for Command
[src]

Formats the value using the given formatter.

impl PartialEq for Command
[src]

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

This method tests for !=.