Struct kinetic::proto::message::HmacAuth
[−]
[src]
pub struct HmacAuth { // some fields omitted }
pub struct HmacAuth { // some fields omitted }
impl Message_HMACauth
fn new() -> Message_HMACauth
fn default_instance() -> &'static Message_HMACauth
fn clear_identity(&mut self)
fn has_identity(&self) -> bool
fn set_identity(&mut self, v: i64)
fn get_identity<'a>(&self) -> i64
fn clear_hmac(&mut self)
fn has_hmac(&self) -> bool
fn set_hmac(&mut self, v: Vec<u8>)
fn mut_hmac<'a>(&'a mut self) -> &'a mut Vec<u8>
fn take_hmac(&mut self) -> Vec<u8>
fn get_hmac<'a>(&'a self) -> &'a [u8]
impl Message for Message_HMACauth
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_HMACauth
fn new() -> Message_HMACauth
fn descriptor_static(_: Option<Message_HMACauth>) -> &'static MessageDescriptor
impl Clear for Message_HMACauth
fn clear(&mut self)
impl PartialEq for Message_HMACauth
fn eq(&self, other: &Message_HMACauth) -> bool
fn ne(&self, other: &Rhs) -> bool
impl Debug for Message_HMACauth
impl Default for Message_HMACauth
fn default() -> Message_HMACauth
impl Clone for Message_HMACauth
fn clone(&self) -> Message_HMACauth
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
).