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

pub struct GetKeyRangeResponse {
    pub keys: Vec<Vec<u8>>,
}

A GetKeyRange command result

A GetKeyRange command result contains an ordered list of keys contained between the start key and the end key.

Fields

keys

Trait Implementations

impl Response for GetKeyRangeResponse

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

Derived Implementations

impl Debug for GetKeyRangeResponse

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