Struct memcached_protocal::StoreCommand [] [src]

pub struct StoreCommand {
    pub command_name: String,
    pub key: String,
    pub flags: u16,
    pub exptime: u32,
    pub bytes: u64,
    pub cas_unique: Option<u64>,
    pub noreply: Option<String>,
    pub data_block: Vec<u8>,
}

Fields

Methods

impl StoreCommand
[src]

Trait Implementations

impl Debug for StoreCommand
[src]

Formats the value using the given formatter.

impl PartialEq for StoreCommand
[src]

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

This method tests for !=.