Struct memcache::Options [] [src]

pub struct Options {
    pub noreply: bool,
    pub exptime: u32,
    pub flags: u32,
}

Fields

Trait Implementations

impl Debug for Options
[src]

Formats the value using the given formatter.

impl Default for Options
[src]

Returns the "default value" for a type. Read more