Struct xCommonLib::service::sys_service_api::U64Response
source · pub struct U64Response {
pub value: u64,
/* private fields */
}
Fields§
§value: u64
Trait Implementations§
source§impl Debug for U64Response
impl Debug for U64Response
source§impl Default for U64Response
impl Default for U64Response
source§impl RequestMessage for U64Response
impl RequestMessage for U64Response
fn compute_size(&self) -> u64
fn serial_with_output_stream( &self, os: &mut CodedOutputStream<'_> ) -> Result<(), Status>
fn parse_from_input_stream( &mut self, is: &mut CodedInputStream<'_> ) -> Result<(), Status>
fn compute_size_with_tag_and_len(&self) -> u64
fn serial_with_tag_and_len(&self, os: &mut CodedOutputStream<'_>)
fn serial(&self) -> Result<Vec<u8>, String>
fn parse_from_bytes(&mut self, bytes: &[u8]) -> Result<(), Status>
fn parse_from_input_stream_with_tag_and_len( &mut self, is: &mut CodedInputStream<'_> )
fn parse_from_bytes_return_num(&mut self, bytes: &[u8]) -> Result<u64, Status>
Auto Trait Implementations§
impl RefUnwindSafe for U64Response
impl Send for U64Response
impl Sync for U64Response
impl Unpin for U64Response
impl UnwindSafe for U64Response
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