Struct kinetic::proto::command::Body
[−]
[src]
pub struct Body {
// some fields omitted
}pub struct Body {
// some fields omitted
}impl Command_Bodyfn new() -> Command_Bodyfn default_instance() -> &'static Command_Bodyfn clear_keyValue(&mut self)fn has_keyValue(&self) -> boolfn set_keyValue(&mut self, v: Command_KeyValue)fn mut_keyValue<'a>(&'a mut self) -> &'a mut Command_KeyValuefn take_keyValue(&mut self) -> Command_KeyValuefn get_keyValue<'a>(&'a self) -> &'a Command_KeyValuefn clear_range(&mut self)fn has_range(&self) -> boolfn set_range(&mut self, v: Command_Range)fn mut_range<'a>(&'a mut self) -> &'a mut Command_Rangefn take_range(&mut self) -> Command_Rangefn get_range<'a>(&'a self) -> &'a Command_Rangefn clear_setup(&mut self)fn has_setup(&self) -> boolfn set_setup(&mut self, v: Command_Setup)fn mut_setup<'a>(&'a mut self) -> &'a mut Command_Setupfn take_setup(&mut self) -> Command_Setupfn get_setup<'a>(&'a self) -> &'a Command_Setupfn clear_p2pOperation(&mut self)fn has_p2pOperation(&self) -> boolfn set_p2pOperation(&mut self, v: Command_P2POperation)fn mut_p2pOperation<'a>(&'a mut self) -> &'a mut Command_P2POperationfn take_p2pOperation(&mut self) -> Command_P2POperationfn get_p2pOperation<'a>(&'a self) -> &'a Command_P2POperationfn clear_getLog(&mut self)fn has_getLog(&self) -> boolfn set_getLog(&mut self, v: Command_GetLog)fn mut_getLog<'a>(&'a mut self) -> &'a mut Command_GetLogfn take_getLog(&mut self) -> Command_GetLogfn get_getLog<'a>(&'a self) -> &'a Command_GetLogfn clear_security(&mut self)fn has_security(&self) -> boolfn set_security(&mut self, v: Command_Security)fn mut_security<'a>(&'a mut self) -> &'a mut Command_Securityfn take_security(&mut self) -> Command_Securityfn get_security<'a>(&'a self) -> &'a Command_Securityfn clear_pinOp(&mut self)fn has_pinOp(&self) -> boolfn set_pinOp(&mut self, v: Command_PinOperation)fn mut_pinOp<'a>(&'a mut self) -> &'a mut Command_PinOperationfn take_pinOp(&mut self) -> Command_PinOperationfn get_pinOp<'a>(&'a self) -> &'a Command_PinOperationimpl Message for Command_Bodyfn 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_Bodyfn new() -> Command_Bodyfn descriptor_static(_: Option<Command_Body>) -> &'static MessageDescriptorimpl Clear for Command_Bodyfn clear(&mut self)impl PartialEq for Command_Bodyfn eq(&self, other: &Command_Body) -> boolfn ne(&self, other: &Rhs) -> boolimpl Debug for Command_Bodyimpl Default for Command_Bodyfn default() -> Command_Bodyimpl Clone for Command_Bodyfn clone(&self) -> Command_Bodyfn 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).