pub struct DomainDispatcherHandle { /* private fields */ }Expand description
Handle to the C++ DomainDispatcher, used to send responses.
Implementations§
Source§impl DomainDispatcherHandle
impl DomainDispatcherHandle
Sourcepub fn send_response(
&self,
call_id: i32,
response: DispatchResponse,
result: Option<Serializable>,
)
pub fn send_response( &self, call_id: i32, response: DispatchResponse, result: Option<Serializable>, )
Send a response for a dispatched command.
Auto Trait Implementations§
impl Freeze for DomainDispatcherHandle
impl RefUnwindSafe for DomainDispatcherHandle
impl !Send for DomainDispatcherHandle
impl !Sync for DomainDispatcherHandle
impl Unpin for DomainDispatcherHandle
impl UnsafeUnpin for DomainDispatcherHandle
impl UnwindSafe for DomainDispatcherHandle
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