pub struct CMsgClientUFSUploadCommit_File { /* private fields */ }Implementations§
Source§impl CMsgClientUFSUploadCommit_File
impl CMsgClientUFSUploadCommit_File
pub fn new() -> CMsgClientUFSUploadCommit_File
pub fn default_instance() -> &'static CMsgClientUFSUploadCommit_File
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_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_sha_file(&mut self)
pub fn has_sha_file(&self) -> bool
pub fn set_sha_file(&mut self, v: Vec<u8>)
pub fn mut_sha_file<'a>(&'a mut self) -> &'a mut Vec<u8> ⓘ
pub fn take_sha_file(&mut self) -> Vec<u8> ⓘ
pub fn get_sha_file<'a>(&'a self) -> &'a [u8] ⓘ
pub fn clear_cub_file(&mut self)
pub fn has_cub_file(&self) -> bool
pub fn set_cub_file(&mut self, v: u32)
pub fn get_cub_file<'a>(&self) -> u32
pub fn clear_file_name(&mut self)
pub fn has_file_name(&self) -> bool
pub fn set_file_name(&mut self, v: String)
pub fn mut_file_name<'a>(&'a mut self) -> &'a mut String
pub fn take_file_name(&mut self) -> String
pub fn get_file_name<'a>(&'a self) -> &'a str
Trait Implementations§
Source§impl Clone for CMsgClientUFSUploadCommit_File
impl Clone for CMsgClientUFSUploadCommit_File
Source§fn clone(&self) -> CMsgClientUFSUploadCommit_File
fn clone(&self) -> CMsgClientUFSUploadCommit_File
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 CMsgClientUFSUploadCommit_File
impl Default for CMsgClientUFSUploadCommit_File
Source§fn default() -> CMsgClientUFSUploadCommit_File
fn default() -> CMsgClientUFSUploadCommit_File
Returns the “default value” for a type. Read more
Source§impl Message for CMsgClientUFSUploadCommit_File
impl Message for CMsgClientUFSUploadCommit_File
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 CMsgClientUFSUploadCommit_File
impl MessageStatic for CMsgClientUFSUploadCommit_File
fn new() -> CMsgClientUFSUploadCommit_File
fn descriptor_static( _: Option<CMsgClientUFSUploadCommit_File>, ) -> &'static MessageDescriptor
Source§impl PartialEq for CMsgClientUFSUploadCommit_File
impl PartialEq for CMsgClientUFSUploadCommit_File
Source§fn eq(&self, other: &CMsgClientUFSUploadCommit_File) -> bool
fn eq(&self, other: &CMsgClientUFSUploadCommit_File) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Sync for CMsgClientUFSUploadCommit_File
Auto Trait Implementations§
impl !Freeze for CMsgClientUFSUploadCommit_File
impl !RefUnwindSafe for CMsgClientUFSUploadCommit_File
impl Send for CMsgClientUFSUploadCommit_File
impl Unpin for CMsgClientUFSUploadCommit_File
impl UnwindSafe for CMsgClientUFSUploadCommit_File
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