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

pub struct Message {
    // some fields omitted
}

Methods

impl Message

fn new() -> Message

fn default_instance() -> &'static Message

fn clear_authType(&mut self)

fn has_authType(&self) -> bool

fn set_authType(&mut self, v: Message_AuthType)

fn get_authType<'a>(&self) -> Message_AuthType

fn clear_hmacAuth(&mut self)

fn has_hmacAuth(&self) -> bool

fn set_hmacAuth(&mut self, v: Message_HMACauth)

fn mut_hmacAuth<'a>(&'a mut self) -> &'a mut Message_HMACauth

fn take_hmacAuth(&mut self) -> Message_HMACauth

fn get_hmacAuth<'a>(&'a self) -> &'a Message_HMACauth

fn clear_pinAuth(&mut self)

fn has_pinAuth(&self) -> bool

fn set_pinAuth(&mut self, v: Message_PINauth)

fn mut_pinAuth<'a>(&'a mut self) -> &'a mut Message_PINauth

fn take_pinAuth(&mut self) -> Message_PINauth

fn get_pinAuth<'a>(&'a self) -> &'a Message_PINauth

fn clear_commandBytes(&mut self)

fn has_commandBytes(&self) -> bool

fn set_commandBytes(&mut self, v: Vec<u8>)

fn mut_commandBytes<'a>(&'a mut self) -> &'a mut Vec<u8>

fn take_commandBytes(&mut self) -> Vec<u8>

fn get_commandBytes<'a>(&'a self) -> &'a [u8]

Trait Implementations

impl Message for Message

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 Message

fn new() -> Message

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

impl Clear for Message

fn clear(&mut self)

impl PartialEq for Message

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

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

impl Debug for Message

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

Derived Implementations

impl Default for Message

fn default() -> Message

impl Clone for Message

fn clone(&self) -> Message

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