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

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

A Get command result

A Get command returns the value stored associated with the key requested

Fields

value
version
integrity

Trait Implementations

impl Response for GetResponse

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

Derived Implementations

impl Debug for GetResponse

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