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