Struct kinetic::commands::Get [−] [src]

pub struct Get {
    pub key: Vec<u8>,
}

Get's the value and the metadata for the given key

Fields

key

Trait Implementations

impl Command<GetResponse> for Get

fn build_proto(self) -> (Command, Option<Vec<u8>>)