Struct kinetic::responses::GetPreviousResponse [−] [src]

pub struct GetPreviousResponse {
    pub value: Vec<u8>,
    pub version: Vec<u8>,
    pub integrity: Integrity,
}

A GetPrevious command result

A GetPrevious command returns the value before the given key

Fields

value
version
integrity

Trait Implementations

impl Response for GetPreviousResponse

fn from_proto(_: Message, cmd: Command, value: Vec<u8>) -> KineticResult<GetPreviousResponse>

Derived Implementations

impl Debug for GetPreviousResponse

fn fmt(&self, __arg_0: &mut Formatter) -> Result