pub struct Response { /* private fields */ }Expand description
The IPC request.
Implementations§
Trait Implementations§
source§impl IpcResponse for Response
impl IpcResponse for Response
source§fn body(self) -> Result<InvokeResponseBody>
fn body(self) -> Result<InvokeResponseBody>
Resolve the IPC response body.
Auto Trait Implementations§
impl Freeze for Response
impl RefUnwindSafe for Response
impl Send for Response
impl Sync for Response
impl Unpin for Response
impl UnwindSafe for Response
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