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