Struct kinetic::proto::command::KeyValue
[−]
[src]
pub struct KeyValue {
// some fields omitted
}pub struct KeyValue {
// some fields omitted
}impl Command_KeyValuefn new() -> Command_KeyValuefn default_instance() -> &'static Command_KeyValuefn clear_newVersion(&mut self)fn has_newVersion(&self) -> boolfn set_newVersion(&mut self, v: Vec<u8>)fn mut_newVersion<'a>(&'a mut self) -> &'a mut Vec<u8>fn take_newVersion(&mut self) -> Vec<u8>fn get_newVersion<'a>(&'a self) -> &'a [u8]fn clear_force(&mut self)fn has_force(&self) -> boolfn set_force(&mut self, v: bool)fn get_force<'a>(&self) -> boolfn clear_key(&mut self)fn has_key(&self) -> boolfn set_key(&mut self, v: Vec<u8>)fn mut_key<'a>(&'a mut self) -> &'a mut Vec<u8>fn take_key(&mut self) -> Vec<u8>fn get_key<'a>(&'a self) -> &'a [u8]fn clear_dbVersion(&mut self)fn has_dbVersion(&self) -> boolfn set_dbVersion(&mut self, v: Vec<u8>)fn mut_dbVersion<'a>(&'a mut self) -> &'a mut Vec<u8>fn take_dbVersion(&mut self) -> Vec<u8>fn get_dbVersion<'a>(&'a self) -> &'a [u8]fn clear_tag(&mut self)fn has_tag(&self) -> boolfn set_tag(&mut self, v: Vec<u8>)fn mut_tag<'a>(&'a mut self) -> &'a mut Vec<u8>fn take_tag(&mut self) -> Vec<u8>fn get_tag<'a>(&'a self) -> &'a [u8]fn clear_algorithm(&mut self)fn has_algorithm(&self) -> boolfn set_algorithm(&mut self, v: Command_Algorithm)fn get_algorithm<'a>(&self) -> Command_Algorithmfn clear_metadataOnly(&mut self)fn has_metadataOnly(&self) -> boolfn set_metadataOnly(&mut self, v: bool)fn get_metadataOnly<'a>(&self) -> boolfn clear_synchronization(&mut self)fn has_synchronization(&self) -> boolfn set_synchronization(&mut self, v: Command_Synchronization)fn get_synchronization<'a>(&self) -> Command_Synchronizationimpl Message for Command_KeyValuefn is_initialized(&self) -> boolfn merge_from(&mut self, is: &mut CodedInputStream) -> ProtobufResult<()>fn compute_size(&self) -> u32fn write_to_with_cached_sizes(&self, os: &mut CodedOutputStream) -> ProtobufResult<()>fn get_cached_size(&self) -> u32fn get_unknown_fields<'s>(&'s self) -> &'s UnknownFieldsfn mut_unknown_fields<'s>(&'s mut self) -> &'s mut UnknownFieldsfn type_id(&self) -> TypeIdfn as_any(&self) -> &Anyfn descriptor(&self) -> &'static MessageDescriptorfn 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_KeyValuefn new() -> Command_KeyValuefn descriptor_static(_: Option<Command_KeyValue>) -> &'static MessageDescriptorimpl Clear for Command_KeyValuefn clear(&mut self)impl PartialEq for Command_KeyValuefn eq(&self, other: &Command_KeyValue) -> boolfn ne(&self, other: &Rhs) -> boolimpl Debug for Command_KeyValueimpl Default for Command_KeyValuefn default() -> Command_KeyValueimpl Clone for Command_KeyValuefn clone(&self) -> Command_KeyValuefn 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).