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

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

A GetVersion command result

A GetVersion command returns the version and integrity information for the requested key

Fields

version
integrity

Trait Implementations

impl Response for GetVersionResponse

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

Derived Implementations

impl Debug for GetVersionResponse

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