Struct memcached_protocal::RetrievalCommand [] [src]

pub struct RetrievalCommand {
    pub command_name: String,
    pub keys: Vec<String>,
}

Fields

Methods

impl RetrievalCommand
[src]

Trait Implementations

impl Debug for RetrievalCommand
[src]

Formats the value using the given formatter.

impl PartialEq for RetrievalCommand
[src]

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

This method tests for !=.