Struct kinetic::proto::command::Range
[−]
[src]
pub struct Range { // some fields omitted }
pub struct Range { // some fields omitted }
impl Command_Range
fn new() -> Command_Range
fn default_instance() -> &'static Command_Range
fn clear_startKey(&mut self)
fn has_startKey(&self) -> bool
fn set_startKey(&mut self, v: Vec<u8>)
fn mut_startKey<'a>(&'a mut self) -> &'a mut Vec<u8>
fn take_startKey(&mut self) -> Vec<u8>
fn get_startKey<'a>(&'a self) -> &'a [u8]
fn clear_endKey(&mut self)
fn has_endKey(&self) -> bool
fn set_endKey(&mut self, v: Vec<u8>)
fn mut_endKey<'a>(&'a mut self) -> &'a mut Vec<u8>
fn take_endKey(&mut self) -> Vec<u8>
fn get_endKey<'a>(&'a self) -> &'a [u8]
fn clear_startKeyInclusive(&mut self)
fn has_startKeyInclusive(&self) -> bool
fn set_startKeyInclusive(&mut self, v: bool)
fn get_startKeyInclusive<'a>(&self) -> bool
fn clear_endKeyInclusive(&mut self)
fn has_endKeyInclusive(&self) -> bool
fn set_endKeyInclusive(&mut self, v: bool)
fn get_endKeyInclusive<'a>(&self) -> bool
fn clear_maxReturned(&mut self)
fn has_maxReturned(&self) -> bool
fn set_maxReturned(&mut self, v: i32)
fn get_maxReturned<'a>(&self) -> i32
fn clear_reverse(&mut self)
fn has_reverse(&self) -> bool
fn set_reverse(&mut self, v: bool)
fn get_reverse<'a>(&self) -> bool
fn clear_keys(&mut self)
fn set_keys(&mut self, v: RepeatedField<Vec<u8>>)
fn mut_keys<'a>(&'a mut self) -> &'a mut RepeatedField<Vec<u8>>
fn take_keys(&mut self) -> RepeatedField<Vec<u8>>
fn get_keys<'a>(&'a self) -> &'a [Vec<u8>]
impl Message for Command_Range
fn is_initialized(&self) -> bool
fn merge_from(&mut self, is: &mut CodedInputStream) -> ProtobufResult<()>
fn compute_size(&self) -> u32
fn write_to_with_cached_sizes(&self, os: &mut CodedOutputStream) -> ProtobufResult<()>
fn get_cached_size(&self) -> u32
fn get_unknown_fields<'s>(&'s self) -> &'s UnknownFields
fn mut_unknown_fields<'s>(&'s mut self) -> &'s mut UnknownFields
fn type_id(&self) -> TypeId
fn as_any(&self) -> &Any
fn descriptor(&self) -> &'static MessageDescriptor
fn write_to(&self, os: &mut CodedOutputStream) -> Result<(), ProtobufError>
fn write_length_delimited_to(&self, os: &mut CodedOutputStream) -> Result<(), ProtobufError>
fn merge_from_bytes(&mut self, bytes: &[u8]) -> Result<(), ProtobufError>
fn check_initialized(&self)
fn write_to_writer(&self, w: &mut Write) -> Result<(), ProtobufError>
fn write_to_vec(&self, v: &mut Vec<u8>) -> Result<(), ProtobufError>
fn write_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>
fn write_length_delimited_to_writer(&self, w: &mut Write) -> Result<(), ProtobufError>
fn write_length_delimited_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>
impl MessageStatic for Command_Range
fn new() -> Command_Range
fn descriptor_static(_: Option<Command_Range>) -> &'static MessageDescriptor
impl Clear for Command_Range
fn clear(&mut self)
impl PartialEq for Command_Range
fn eq(&self, other: &Command_Range) -> bool
fn ne(&self, other: &Rhs) -> bool
impl Debug for Command_Range
impl Default for Command_Range
fn default() -> Command_Range
impl Clone for Command_Range
fn clone(&self) -> Command_Range
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).