Struct gauc::couchbase::types::response::remove::Remove [] [src]

pub struct Remove {
    pub key: Option<String>,
    pub cas: u64,
    pub rc: ErrorType,
    pub version: u16,
    pub rflags: u16,
}

Fields

Methods

impl Remove
[src]

[src]

Trait Implementations

impl Debug for Remove
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Remove

impl Sync for Remove