pub struct CMsgClientStoreUserStats { /* private fields */ }Implementations§
Source§impl CMsgClientStoreUserStats
impl CMsgClientStoreUserStats
pub fn new() -> CMsgClientStoreUserStats
pub fn default_instance() -> &'static CMsgClientStoreUserStats
pub fn clear_game_id(&mut self)
pub fn has_game_id(&self) -> bool
pub fn set_game_id(&mut self, v: u64)
pub fn get_game_id<'a>(&self) -> u64
pub fn clear_explicit_reset(&mut self)
pub fn has_explicit_reset(&self) -> bool
pub fn set_explicit_reset(&mut self, v: bool)
pub fn get_explicit_reset<'a>(&self) -> bool
pub fn clear_stats_to_store(&mut self)
pub fn set_stats_to_store( &mut self, v: RepeatedField<CMsgClientStoreUserStats_Stats_To_Store>, )
pub fn mut_stats_to_store<'a>( &'a mut self, ) -> &'a mut RepeatedField<CMsgClientStoreUserStats_Stats_To_Store>
pub fn take_stats_to_store( &mut self, ) -> RepeatedField<CMsgClientStoreUserStats_Stats_To_Store>
pub fn get_stats_to_store<'a>( &'a self, ) -> &'a [CMsgClientStoreUserStats_Stats_To_Store]
Trait Implementations§
Source§impl Clone for CMsgClientStoreUserStats
impl Clone for CMsgClientStoreUserStats
Source§fn clone(&self) -> CMsgClientStoreUserStats
fn clone(&self) -> CMsgClientStoreUserStats
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 CMsgClientStoreUserStats
impl Debug for CMsgClientStoreUserStats
Source§impl Default for CMsgClientStoreUserStats
impl Default for CMsgClientStoreUserStats
Source§fn default() -> CMsgClientStoreUserStats
fn default() -> CMsgClientStoreUserStats
Returns the “default value” for a type. Read more
Source§impl Message for CMsgClientStoreUserStats
impl Message for CMsgClientStoreUserStats
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 CMsgClientStoreUserStats
impl MessageStatic for CMsgClientStoreUserStats
fn new() -> CMsgClientStoreUserStats
fn descriptor_static( _: Option<CMsgClientStoreUserStats>, ) -> &'static MessageDescriptor
Source§impl PartialEq for CMsgClientStoreUserStats
impl PartialEq for CMsgClientStoreUserStats
impl Sync for CMsgClientStoreUserStats
Auto Trait Implementations§
impl !Freeze for CMsgClientStoreUserStats
impl !RefUnwindSafe for CMsgClientStoreUserStats
impl Send for CMsgClientStoreUserStats
impl Unpin for CMsgClientStoreUserStats
impl UnwindSafe for CMsgClientStoreUserStats
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