Struct xComLib::ServiceInfos
source · pub struct ServiceInfos {
pub service_infos: Vec<ServiceInfo>,
/* private fields */
}
Fields§
§service_infos: Vec<ServiceInfo>
Trait Implementations§
source§impl Debug for ServiceInfos
impl Debug for ServiceInfos
source§impl Default for ServiceInfos
impl Default for ServiceInfos
source§fn default() -> ServiceInfos
fn default() -> ServiceInfos
Returns the “default value” for a type. Read more
source§impl RequestMessage for ServiceInfos
impl RequestMessage for ServiceInfos
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 ServiceInfos
impl Send for ServiceInfos
impl Sync for ServiceInfos
impl Unpin for ServiceInfos
impl UnwindSafe for ServiceInfos
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