pub struct CMsgProtoBufHeader { /* private fields */ }Implementations§
Source§impl CMsgProtoBufHeader
impl CMsgProtoBufHeader
pub fn new() -> CMsgProtoBufHeader
pub fn default_instance() -> &'static CMsgProtoBufHeader
pub fn clear_steamid(&mut self)
pub fn has_steamid(&self) -> bool
pub fn set_steamid(&mut self, v: u64)
pub fn get_steamid<'a>(&self) -> u64
pub fn clear_client_sessionid(&mut self)
pub fn has_client_sessionid(&self) -> bool
pub fn set_client_sessionid(&mut self, v: i32)
pub fn get_client_sessionid<'a>(&self) -> i32
pub fn clear_routing_appid(&mut self)
pub fn has_routing_appid(&self) -> bool
pub fn set_routing_appid(&mut self, v: u32)
pub fn get_routing_appid<'a>(&self) -> u32
pub fn clear_jobid_source(&mut self)
pub fn has_jobid_source(&self) -> bool
pub fn set_jobid_source(&mut self, v: u64)
pub fn get_jobid_source<'a>(&self) -> u64
pub fn clear_jobid_target(&mut self)
pub fn has_jobid_target(&self) -> bool
pub fn set_jobid_target(&mut self, v: u64)
pub fn get_jobid_target<'a>(&self) -> u64
pub fn clear_target_job_name(&mut self)
pub fn has_target_job_name(&self) -> bool
pub fn set_target_job_name(&mut self, v: String)
pub fn mut_target_job_name<'a>(&'a mut self) -> &'a mut String
pub fn take_target_job_name(&mut self) -> String
pub fn get_target_job_name<'a>(&'a self) -> &'a str
pub fn clear_seq_num(&mut self)
pub fn has_seq_num(&self) -> bool
pub fn set_seq_num(&mut self, v: i32)
pub fn get_seq_num<'a>(&self) -> i32
pub fn clear_eresult(&mut self)
pub fn has_eresult(&self) -> bool
pub fn set_eresult(&mut self, v: i32)
pub fn get_eresult<'a>(&self) -> i32
pub fn clear_error_message(&mut self)
pub fn has_error_message(&self) -> bool
pub fn set_error_message(&mut self, v: String)
pub fn mut_error_message<'a>(&'a mut self) -> &'a mut String
pub fn take_error_message(&mut self) -> String
pub fn get_error_message<'a>(&'a self) -> &'a str
pub fn clear_ip(&mut self)
pub fn has_ip(&self) -> bool
pub fn set_ip(&mut self, v: u32)
pub fn get_ip<'a>(&self) -> u32
pub fn clear_auth_account_flags(&mut self)
pub fn has_auth_account_flags(&self) -> bool
pub fn set_auth_account_flags(&mut self, v: u32)
pub fn get_auth_account_flags<'a>(&self) -> u32
pub fn clear_token_source(&mut self)
pub fn has_token_source(&self) -> bool
pub fn set_token_source(&mut self, v: u32)
pub fn get_token_source<'a>(&self) -> u32
pub fn clear_admin_spoofing_user(&mut self)
pub fn has_admin_spoofing_user(&self) -> bool
pub fn set_admin_spoofing_user(&mut self, v: bool)
pub fn get_admin_spoofing_user<'a>(&self) -> bool
pub fn clear_transport_error(&mut self)
pub fn has_transport_error(&self) -> bool
pub fn set_transport_error(&mut self, v: i32)
pub fn get_transport_error<'a>(&self) -> i32
pub fn clear_messageid(&mut self)
pub fn has_messageid(&self) -> bool
pub fn set_messageid(&mut self, v: u64)
pub fn get_messageid<'a>(&self) -> u64
pub fn clear_publisher_group_id(&mut self)
pub fn has_publisher_group_id(&self) -> bool
pub fn set_publisher_group_id(&mut self, v: u32)
pub fn get_publisher_group_id<'a>(&self) -> u32
pub fn clear_sysid(&mut self)
pub fn has_sysid(&self) -> bool
pub fn set_sysid(&mut self, v: u32)
pub fn get_sysid<'a>(&self) -> u32
pub fn clear_trace_tag(&mut self)
pub fn has_trace_tag(&self) -> bool
pub fn set_trace_tag(&mut self, v: u64)
pub fn get_trace_tag<'a>(&self) -> u64
pub fn clear_webapi_key_id(&mut self)
pub fn has_webapi_key_id(&self) -> bool
pub fn set_webapi_key_id(&mut self, v: u32)
pub fn get_webapi_key_id<'a>(&self) -> u32
Trait Implementations§
Source§impl Clone for CMsgProtoBufHeader
impl Clone for CMsgProtoBufHeader
Source§fn clone(&self) -> CMsgProtoBufHeader
fn clone(&self) -> CMsgProtoBufHeader
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CMsgProtoBufHeader
impl Debug for CMsgProtoBufHeader
Source§impl Default for CMsgProtoBufHeader
impl Default for CMsgProtoBufHeader
Source§fn default() -> CMsgProtoBufHeader
fn default() -> CMsgProtoBufHeader
Returns the “default value” for a type. Read more
Source§impl Message for CMsgProtoBufHeader
impl Message for CMsgProtoBufHeader
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) -> &dyn 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 write_length_delimited_to_vec( &self, vec: &mut Vec<u8>, ) -> Result<(), ProtobufError>
fn merge_from_bytes(&mut self, bytes: &[u8]) -> Result<(), ProtobufError>
fn check_initialized(&self) -> Result<(), ProtobufError>
fn write_to_writer(&self, w: &mut dyn 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 dyn Write, ) -> Result<(), ProtobufError>
fn write_length_delimited_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn into_any(self: Box<Self>) -> Box<dyn Any>
Source§impl MessageStatic for CMsgProtoBufHeader
impl MessageStatic for CMsgProtoBufHeader
fn new() -> CMsgProtoBufHeader
fn descriptor_static( _: Option<CMsgProtoBufHeader>, ) -> &'static MessageDescriptor
Source§impl PartialEq for CMsgProtoBufHeader
impl PartialEq for CMsgProtoBufHeader
impl Sync for CMsgProtoBufHeader
Auto Trait Implementations§
impl !Freeze for CMsgProtoBufHeader
impl !RefUnwindSafe for CMsgProtoBufHeader
impl Send for CMsgProtoBufHeader
impl Unpin for CMsgProtoBufHeader
impl UnwindSafe for CMsgProtoBufHeader
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more