pub struct AddTwoInts;Expand description
Service wrapper for AddTwoInts
Trait Implementations§
Source§impl Debug for AddTwoInts
impl Debug for AddTwoInts
Source§impl ServiceMsg for AddTwoInts
impl ServiceMsg for AddTwoInts
Source§type Request = AddTwoInts_Request
type Request = AddTwoInts_Request
The request message type.
Source§type Response = AddTwoInts_Response
type Response = AddTwoInts_Response
The response message type.
Source§fn type_hash() -> Result<String>
fn type_hash() -> Result<String>
Returns the RIHS01 type hash for this message type. Read more
Source§fn type_support() -> *const c_void
fn type_support() -> *const c_void
Returns an opaque pointer to the service type support structure.
Source§impl ServiceTypeDescription for AddTwoInts
impl ServiceTypeDescription for AddTwoInts
Source§fn type_description() -> TypeDescriptionMsg
fn type_description() -> TypeDescriptionMsg
Get the type description for this service Read more
Source§fn service_type_name() -> MessageTypeName
fn service_type_name() -> MessageTypeName
Get the service type name information
Auto Trait Implementations§
impl Freeze for AddTwoInts
impl RefUnwindSafe for AddTwoInts
impl Send for AddTwoInts
impl Sync for AddTwoInts
impl Unpin for AddTwoInts
impl UnsafeUnpin for AddTwoInts
impl UnwindSafe for AddTwoInts
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