Struct memcached_protocal::DeletionCommand [] [src]

pub struct DeletionCommand {
    pub command_name: String,
    pub key: String,
    pub noreply: Option<String>,
}

Fields

Methods

impl DeletionCommand
[src]

Trait Implementations

impl Debug for DeletionCommand
[src]

Formats the value using the given formatter.

impl PartialEq for DeletionCommand
[src]

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

This method tests for !=.