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

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

A GetNext command result

A GetNext command returns the value following the given key

Fields

value
version
integrity

Trait Implementations

impl Response for GetNextResponse

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

Derived Implementations

impl Debug for GetNextResponse

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