Enum gauc::couchbase::types::callback_type::CallbackType [] [src]

pub enum CallbackType {
    Default,
    Get,
    Store,
    Counter,
    Touch,
    Remove,
    Unlock,
    Stats,
    Versions,
    Verbosity,
    Flush,
    Observe,
    GetReplica,
    Endure,
    Http,
    Cbflush,
    Obseqno,
    Storedur,
    Sdlookup,
    Sdmutate,
    Max,
}

Variants

Trait Implementations

impl Debug for CallbackType
[src]

Formats the value using the given formatter.

impl Clone for CallbackType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CallbackType
[src]