pub struct Trigger;Expand description
Service wrapper for Trigger
Trait Implementations§
Source§impl ServiceMsg for Trigger
impl ServiceMsg for Trigger
Source§type Request = Trigger_Request
type Request = Trigger_Request
The request message type.
Source§type Response = Trigger_Response
type Response = Trigger_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 Trigger
impl ServiceTypeDescription for Trigger
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 Trigger
impl RefUnwindSafe for Trigger
impl Send for Trigger
impl Sync for Trigger
impl Unpin for Trigger
impl UnsafeUnpin for Trigger
impl UnwindSafe for Trigger
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