Struct memcached_protocal::RetrievalCommand
[−]
[src]
pub struct RetrievalCommand {
pub command_name: String,
pub keys: Vec<String>,
}Fields
command_name: String
keys: Vec<String>
Methods
impl RetrievalCommand[src]
fn parse<R: BufRead>(reader: &mut R) -> Result<RetrievalCommand>
Trait Implementations
impl PartialEq for RetrievalCommand[src]
fn eq(&self, __arg_0: &RetrievalCommand) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &RetrievalCommand) -> bool
This method tests for !=.