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