Struct kinetic::proto::Command [−] [src]

pub struct Command {
    // some fields omitted
}

Methods

impl Command

fn new() -> Command

fn default_instance() -> &'static Command

fn clear_header(&mut self)

fn has_header(&self) -> bool

fn set_header(&mut self, v: Command_Header)

fn mut_header<'a>(&'a mut self) -> &'a mut Command_Header

fn take_header(&mut self) -> Command_Header

fn get_header<'a>(&'a self) -> &'a Command_Header

fn clear_body(&mut self)

fn has_body(&self) -> bool

fn set_body(&mut self, v: Command_Body)

fn mut_body<'a>(&'a mut self) -> &'a mut Command_Body

fn take_body(&mut self) -> Command_Body

fn get_body<'a>(&'a self) -> &'a Command_Body

fn clear_status(&mut self)

fn has_status(&self) -> bool

fn set_status(&mut self, v: Command_Status)

fn mut_status<'a>(&'a mut self) -> &'a mut Command_Status

fn take_status(&mut self) -> Command_Status

fn get_status<'a>(&'a self) -> &'a Command_Status

Trait Implementations

impl Message for Command

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

fn new() -> Command

fn descriptor_static(_: Option<Command>) -> &'static MessageDescriptor

impl Clear for Command

fn clear(&mut self)

impl PartialEq for Command

fn eq(&self, other: &Command) -> bool

fn ne(&self, other: &Rhs) -> bool

impl Debug for Command

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

Derived Implementations

impl Default for Command

fn default() -> Command

impl Clone for Command

fn clone(&self) -> Command

fn clone_from(&mut self, source: &Self)