pub struct CMsgClientUFSGetUGCDetailsResponse { /* private fields */ }Implementations§
Source§impl CMsgClientUFSGetUGCDetailsResponse
impl CMsgClientUFSGetUGCDetailsResponse
pub fn new() -> CMsgClientUFSGetUGCDetailsResponse
pub fn default_instance() -> &'static CMsgClientUFSGetUGCDetailsResponse
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_url(&mut self)
pub fn has_url(&self) -> bool
pub fn set_url(&mut self, v: String)
pub fn mut_url<'a>(&'a mut self) -> &'a mut String
pub fn take_url(&mut self) -> String
pub fn get_url<'a>(&'a self) -> &'a str
pub fn clear_app_id(&mut self)
pub fn has_app_id(&self) -> bool
pub fn set_app_id(&mut self, v: u32)
pub fn get_app_id<'a>(&self) -> u32
pub fn clear_filename(&mut self)
pub fn has_filename(&self) -> bool
pub fn set_filename(&mut self, v: String)
pub fn mut_filename<'a>(&'a mut self) -> &'a mut String
pub fn take_filename(&mut self) -> String
pub fn get_filename<'a>(&'a self) -> &'a str
pub fn clear_steamid_creator(&mut self)
pub fn has_steamid_creator(&self) -> bool
pub fn set_steamid_creator(&mut self, v: u64)
pub fn get_steamid_creator<'a>(&self) -> u64
pub fn clear_file_size(&mut self)
pub fn has_file_size(&self) -> bool
pub fn set_file_size(&mut self, v: u32)
pub fn get_file_size<'a>(&self) -> u32
pub fn clear_compressed_file_size(&mut self)
pub fn has_compressed_file_size(&self) -> bool
pub fn set_compressed_file_size(&mut self, v: u32)
pub fn get_compressed_file_size<'a>(&self) -> u32
pub fn clear_rangecheck_host(&mut self)
pub fn has_rangecheck_host(&self) -> bool
pub fn set_rangecheck_host(&mut self, v: String)
pub fn mut_rangecheck_host<'a>(&'a mut self) -> &'a mut String
pub fn take_rangecheck_host(&mut self) -> String
pub fn get_rangecheck_host<'a>(&'a self) -> &'a str
pub fn clear_file_encoded_sha1(&mut self)
pub fn has_file_encoded_sha1(&self) -> bool
pub fn set_file_encoded_sha1(&mut self, v: String)
pub fn mut_file_encoded_sha1<'a>(&'a mut self) -> &'a mut String
pub fn take_file_encoded_sha1(&mut self) -> String
pub fn get_file_encoded_sha1<'a>(&'a self) -> &'a str
Trait Implementations§
Source§impl Clone for CMsgClientUFSGetUGCDetailsResponse
impl Clone for CMsgClientUFSGetUGCDetailsResponse
Source§fn clone(&self) -> CMsgClientUFSGetUGCDetailsResponse
fn clone(&self) -> CMsgClientUFSGetUGCDetailsResponse
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 Default for CMsgClientUFSGetUGCDetailsResponse
impl Default for CMsgClientUFSGetUGCDetailsResponse
Source§fn default() -> CMsgClientUFSGetUGCDetailsResponse
fn default() -> CMsgClientUFSGetUGCDetailsResponse
Returns the “default value” for a type. Read more
Source§impl Message for CMsgClientUFSGetUGCDetailsResponse
impl Message for CMsgClientUFSGetUGCDetailsResponse
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 CMsgClientUFSGetUGCDetailsResponse
impl MessageStatic for CMsgClientUFSGetUGCDetailsResponse
fn new() -> CMsgClientUFSGetUGCDetailsResponse
fn descriptor_static( _: Option<CMsgClientUFSGetUGCDetailsResponse>, ) -> &'static MessageDescriptor
Source§impl PartialEq for CMsgClientUFSGetUGCDetailsResponse
impl PartialEq for CMsgClientUFSGetUGCDetailsResponse
Source§fn eq(&self, other: &CMsgClientUFSGetUGCDetailsResponse) -> bool
fn eq(&self, other: &CMsgClientUFSGetUGCDetailsResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Sync for CMsgClientUFSGetUGCDetailsResponse
Auto Trait Implementations§
impl !Freeze for CMsgClientUFSGetUGCDetailsResponse
impl !RefUnwindSafe for CMsgClientUFSGetUGCDetailsResponse
impl Send for CMsgClientUFSGetUGCDetailsResponse
impl Unpin for CMsgClientUFSGetUGCDetailsResponse
impl UnwindSafe for CMsgClientUFSGetUGCDetailsResponse
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